mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-21 18:14:25 +01:00
WebApp: remove duplicate function definition
This commit is contained in:
parent
ebb0ea0527
commit
15ff2c0293
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user