comment uselss print
This commit is contained in:
parent
6cfed55d6c
commit
9840f4a788
2
app.py
2
app.py
|
@ -25,7 +25,7 @@ socketio = SocketIO(app, async_mode='threading')
|
||||||
|
|
||||||
def updateState():
|
def updateState():
|
||||||
socketio.emit('state', make_state())
|
socketio.emit('state', make_state())
|
||||||
print('SENT STATE UPDATE', make_state())
|
# print('SENT STATE UPDATE', make_state())
|
||||||
|
|
||||||
statemachine = State('recipes.json', updateState)
|
statemachine = State('recipes.json', updateState)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue