adding item

This commit is contained in:
BarsTiger
2022-08-05 23:01:21 +03:00
parent e85db18b9f
commit e01fb0efd1
11 changed files with 166 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ from gui.modules.initialize import setup_ui
from gui.modules.handlers.register import register_handlers
import sys
sys.excepthook = hook
threading.excepthook = thread_hook
# sys.excepthook = hook
# threading.excepthook = thread_hook
app = QtWidgets.QApplication(sys.argv)
MainWindow = QtWidgets.QMainWindow()