This commit is contained in:
ebolam 2022-08-19 12:10:29 -04:00
parent 67fe4dc979
commit 812ac8f27d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Send_to_socketio(object):
time.sleep(0.01)
print("got bar data")
try:
print(bar, end="\r")
print("Bar data: {}".format(bar))
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
except:
raise