Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-27 01:30:28 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-27 01:30:28 +0400
commit3e090de418ce3c7c5b5e51e6a910561ef50b9da0 (patch)
tree54109b12a1645d4ad53c556477145e682303e4d7
parent7a2bf713e992875daddeb213433a86bf2d2ae119 (diff)
parent1d55e8429c5321fa124ef45c6d3ca4900b21e423 (diff)
Merge branch 'master' of github.com:piwik/piwik
-rwxr-xr-xmisc/log-analytics/import_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 2198406d3b..f3eb45c940 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -1320,7 +1320,7 @@ class Recorder(object):
return response
# remove the successfully tracked hits from payload
- succeeded = response['tracked']
+ tracked = response['tracked']
data['requests'] = data['requests'][tracked:]
return response['message']