From fb243ae7165b7a77c42ee4c304256ba4ebf0eb97 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 30 Jul 2017 21:25:59 +0000 Subject: [PATCH] Fix: Wrong function was called at rodelbahn_update_regioncache. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2691 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wradmin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wradmin/__init__.py b/wradmin/__init__.py index ca17b6f..1f7850b 100644 --- a/wradmin/__init__.py +++ b/wradmin/__init__.py @@ -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") -- 2.39.5