]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Fix: Wrong function was called at rodelbahn_update_regioncache.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 30 Jul 2017 21:25:59 +0000 (21:25 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 30 Jul 2017 21:25:59 +0000 (21:25 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2691 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/__init__.py

index ca17b6f5b9e9de1efe94f0aad69c934ab61fcb93..1f7850b85eae98054a57561cee94f6097bfe1f23 100644 (file)
@@ -58,7 +58,7 @@ def rodelbahn_update():
 @app.route("/rodelbahn/update_regioncache")
 def rodelbahn_update_regioncache():
     get_db()
-    return RodelbahnController().update()
+    return RodelbahnController().update_regioncache()
 
 
 @app.route("/bericht/list")