1
0
mirror of https://github.com/ciromattia/kcc synced 2026-04-06 09:05:42 +00:00

change exec

This commit is contained in:
Alexander Xu
2023-06-30 09:35:02 -07:00
parent fe81af831e
commit f4e45e6052

View File

@@ -39,7 +39,7 @@ def start():
KCCUI = KCC_gui.KCCGUI(KCCAplication, KCCWindow)
for i in range(1, len(sys.argv)):
KCCUI.handleMessage(sys.argv[i])
sys.exit(KCCAplication.exec())
sys.exit(KCCAplication.exec_())
def startC2E():