comment uselss print

master
Nicolò Balzarotti 2023-02-21 14:02:58 +01:00
parent 6cfed55d6c
commit 9840f4a788
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -25,7 +25,7 @@ socketio = SocketIO(app, async_mode='threading')
def updateState():
socketio.emit('state', make_state())
print('SENT STATE UPDATE', make_state())
# print('SENT STATE UPDATE', make_state())
statemachine = State('recipes.json', updateState)