]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Whitespace cosmetics.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 29 Nov 2019 19:27:19 +0000 (20:27 +0100)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 29 Nov 2019 19:27:19 +0000 (20:27 +0100)
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():