From d7228e3ecc6de781be772fa1448fb020ba788e56 Mon Sep 17 00:00:00 2001 From: Envy_PC Date: Sat, 27 Apr 2024 20:14:16 +0900 Subject: [PATCH] =?UTF-8?q?spec=20=EB=82=B4=EC=9A=A9=20=EC=BD=98=EC=86=94?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EC=9E=91=EC=97=85=EC=99=84=EB=A3=8C?= =?UTF-8?q?=EC=8B=9C=20=EC=B6=9C=EB=A0=A5=20=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?QmessageBoxx=20self=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoPercenty.spec | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"