diff --git a/AutoPercenty.spec b/AutoPercenty.spec index fb1ce01..b90d206 100644 --- a/AutoPercenty.spec +++ b/AutoPercenty.spec @@ -56,7 +56,7 @@ exe = EXE( upx=True, upx_exclude=[], runtime_tmpdir=None, - console=False, + console=True, onefile=False, disable_windowed_traceback=False, argv_emulation=False, diff --git a/main.py b/main.py index 0c276a5..ac5aedb 100644 --- a/main.py +++ b/main.py @@ -212,7 +212,7 @@ def main(): #웹 드라이버 종료 driver.quit() translator.close() - QtWidgets.QMessageBox.information(self, "알림", "작업이 완료되었습니다.") + QtWidgets.QMessageBox.information("알림", "작업이 완료되었습니다.") if __name__ == "__main__": CURRENT_VERSION = "1.0.0"