diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fetch_currencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 47f732163..716b505ee 100644 --- a/utils/fetch_currencies.py +++ b/utils/fetch_currencies.py @@ -142,6 +142,7 @@ def wd_query(query, offset=0): qlist.append(r.get('title', '')) fetch_data_batch(qlist) + # fetch # for q in wmflabs_queries: wdq_query(q) |