clean postbuild script

clean warnings
This commit is contained in:
Alex Bezdieniezhnykh
2025-04-28 10:20:06 +03:00
parent 47aa8b862b
commit babcbc0fc7
12 changed files with 56 additions and 51 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ cdef class RemoteCommandHandler:
self._on_command(cmd)
except Exception as e:
if not self._shutdown_event.is_set():
print(f"Worker error: {e}")
constants.log(f"Worker error: {e}")
import traceback
traceback.print_exc()
finally: