WebApp: remove duplicate function definition

This commit is contained in:
Markus 2021-10-18 18:22:31 +02:00 committed by Ralf Ramsauer
parent ebb0ea0527
commit 15ff2c0293
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ def emit_doorstate(response=None):
evt.clear()
def event_str():
return "data: {}\n\n".format(json_push_state)
def push_state():
def event_str():
return "data: {}\n\n".format(json_push_state)