X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7c1d66f69659152dbf468bcf2df8208655ff82c9..3b6b5d7d78c28fb9ffdadcdadb727e4274feb6c2:/src/stats/tasks.py

diff --git a/src/stats/tasks.py b/src/stats/tasks.py
index 7c9dc9666..21f2470cc 100644
--- a/src/stats/tasks.py
+++ b/src/stats/tasks.py
@@ -23,4 +23,4 @@ except AttributeError:
 
 @task(ignore_result=True)
 def track_request(piwik_args):
-    urlopen("https:%s%s%s" % (settings.PIWIK_URL, "piwik.php?", piwik_args))
+    urlopen("%s%s%s" % (settings.PIWIK_URL, "piwik.php?", piwik_args))