mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +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()
|
evt.clear()
|
||||||
|
|
||||||
|
|
||||||
def event_str():
|
|
||||||
return "data: {}\n\n".format(json_push_state)
|
|
||||||
|
|
||||||
|
|
||||||
def push_state():
|
def push_state():
|
||||||
def event_str():
|
def event_str():
|
||||||
return "data: {}\n\n".format(json_push_state)
|
return "data: {}\n\n".format(json_push_state)
|
||||||
|
Loading…
Reference in New Issue
Block a user