summaryrefslogtreecommitdiff
path: root/sublab_project/matekarte/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/matekarte/tasks.py')
-rw-r--r--sublab_project/matekarte/tasks.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/sublab_project/matekarte/tasks.py b/sublab_project/matekarte/tasks.py
index bc1018b..5ba8fbd 100644
--- a/sublab_project/matekarte/tasks.py
+++ b/sublab_project/matekarte/tasks.py
@@ -42,8 +42,8 @@ class OSMFetcher(object):
os.rename(fn_new, fn)
-#class MateFetcher(OSMFetcher, PeriodicTask):
-# run_every = crontab(minute=0, hour=3)
-# bbox = (55.26, 46.52, 15.26, 5.22)
-# store_name = 'mate.xml'
-# tag = 'drink:club-mate'
+class MateFetcher(OSMFetcher, PeriodicTask):
+ run_every = crontab(minute=0, hour=3)
+ bbox = (55.26, 46.52, 15.26, 5.22)
+ store_name = 'mate.xml'
+ tag = 'drink:club-mate'