removed adding test item in setup and excepthook from main file
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
import threading
|
||||
from PyQt5 import QtWidgets
|
||||
from gui.gui import Ui_MainWindow
|
||||
from modules.core.exceptions import hook, thread_hook
|
||||
from gui.modules.initialize import setup_ui
|
||||
from gui.modules.handlers.register import register_handlers
|
||||
import sys
|
||||
|
||||
# sys.excepthook = hook
|
||||
# threading.excepthook = thread_hook
|
||||
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
MainWindow = QtWidgets.QMainWindow()
|
||||
|
||||
Reference in New Issue
Block a user