From 812ac8f27d42af8a7ad6ba94bdd89cdbddbb15dd Mon Sep 17 00:00:00 2001 From: ebolam Date: Fri, 19 Aug 2022 12:10:29 -0400 Subject: [PATCH] Debug --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index c8d564ff..100156e7 100644 --- a/utils.py +++ b/utils.py @@ -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