diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-07-15 13:04:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-15 13:04:01 +0200 |
| commit | 1ddd33a1a196995c64a2d65e5be1eb81856151b4 (patch) | |
| tree | b9fb77922a0e29b9503105788cdaa87b5b2e9165 /utils | |
| parent | f7a3e9771d4aa957368bc79cf88b3432872f1a83 (diff) | |
| parent | 6e5f46db424867a927595f27d619cc2f456b696d (diff) | |
Merge pull request #619 from stepshal/comment
utils/fetch_currencies: fix comment
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/fetch_currencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 3ca8fcfd7..47f732163 100644 --- a/utils/fetch_currencies.py +++ b/utils/fetch_currencies.py @@ -142,7 +142,7 @@ def wd_query(query, offset=0): qlist.append(r.get('title', '')) fetch_data_batch(qlist) -## fetch ## +# fetch # for q in wmflabs_queries: wdq_query(q) |