diff options
author | Minijackson | 2014-10-23 20:43:03 +0200 |
---|---|---|
committer | Minijackson | 2014-10-23 20:43:03 +0200 |
commit | 9539c83b76244e21a562143fc1c22c3000968e5d (patch) | |
tree | 2518598983a38ad02733bc7f0ecbaa750987caa3 /src/downloader/__init__.py | |
parent | 25682dfbad10996b2e23ccbb3fef87636d919c03 (diff) | |
download | wikistats-9539c83b76244e21a562143fc1c22c3000968e5d.tar.gz |
Adding gathering of data (watchers, revisions) + beginnig of histogramhistogram
Diffstat (limited to 'src/downloader/__init__.py')
-rw-r--r-- | src/downloader/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/downloader/__init__.py b/src/downloader/__init__.py index baabb36..831ea06 100644 --- a/src/downloader/__init__.py +++ b/src/downloader/__init__.py | |||
@@ -57,7 +57,6 @@ class Downloader(): | |||
57 | limit = 0 | 57 | limit = 0 |
58 | 58 | ||
59 | temp_result = self.download(endpoint, data_type, params, temp_limit) | 59 | temp_result = self.download(endpoint, data_type, params, temp_limit) |
60 | print(list(temp_result[0].keys())) | ||
61 | if "query-continue" in temp_result[0].keys(): | 60 | if "query-continue" in temp_result[0].keys(): |
62 | params[continue_name] = temp_result[0]["query-continue"][data_type][continue_name] | 61 | params[continue_name] = temp_result[0]["query-continue"][data_type][continue_name] |
63 | else: | 62 | else: |