Debug
This commit is contained in:
parent
67fe4dc979
commit
812ac8f27d
2
utils.py
2
utils.py
|
@ -178,7 +178,7 @@ class Send_to_socketio(object):
|
||||||
time.sleep(0.01)
|
time.sleep(0.01)
|
||||||
print("got bar data")
|
print("got bar data")
|
||||||
try:
|
try:
|
||||||
print(bar, end="\r")
|
print("Bar data: {}".format(bar))
|
||||||
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
|
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in New Issue