From: Philipp Spitzer Date: Fri, 29 Nov 2019 19:27:19 +0000 (+0100) Subject: Whitespace cosmetics. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/32d339dfffa7356a9d1aad0fbec62d400e86ba8f Whitespace cosmetics. --- diff --git a/wradmin/__init__.py b/wradmin/__init__.py index ccdf2da..ebb1c94 100644 --- a/wradmin/__init__.py +++ b/wradmin/__init__.py @@ -54,10 +54,12 @@ def rodelbahn_update(): def rodelbahn_update_regioncache(): return RodelbahnController().update_regioncache() + @app.route("/rodelbahn/update_mapcache") def rodelbahn_update_mapcache(): return RodelbahnController().update_mapcache() + @app.route("/bericht/list") @login_required def bericht_list():