]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/__init__.py
Whitespace cosmetics.
[philipp/winterrodeln/wradmin.git] / wradmin / __init__.py
index ccdf2daeaf8a443c79344dd366ca0011cd171284..ebb1c94aa539be39b9e16edccbc5ed3d7ffb22b3 100644 (file)
@@ -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():