Skip to content
Snippets Groups Projects
Commit b84d10e8 authored by void's avatar void
Browse files

rename function

parent fd40bd02
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ def view_static(): ...@@ -124,7 +124,7 @@ def view_static():
# Statusanzeige auf der Webseite (Wordpress Widget) # Statusanzeige auf der Webseite (Wordpress Widget)
@app.route('/statuswidget') @app.route('/statuswidget')
def data_status2(): def data_statuswidget():
data = { data = {
"zone_door_status": effective_zone_door_status(app), "zone_door_status": effective_zone_door_status(app),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment