Spaces:
Runtime error
Runtime error
Update ui/statusui.py
Browse files- ui/statusui.py +2 -1
ui/statusui.py
CHANGED
@@ -29,7 +29,8 @@ class StatusUI:
|
|
29 |
|
30 |
|
31 |
def append(self, message: str):
|
32 |
-
|
|
|
33 |
if not self._is_shutdown:
|
34 |
# Add message + force UI update
|
35 |
self._log += f"\n{time.strftime('%H:%M:%S')} {message}"
|
|
|
29 |
|
30 |
|
31 |
def append(self, message: str):
|
32 |
+
|
33 |
+
print(message)
|
34 |
if not self._is_shutdown:
|
35 |
# Add message + force UI update
|
36 |
self._log += f"\n{time.strftime('%H:%M:%S')} {message}"
|