1
0
Fork 0

spec 내용 콘솔 추가

작업완료시 출력 메세지 QmessageBoxx self 오타 수정
This commit is contained in:
Envy_PC 2024-04-27 20:14:16 +09:00
parent 9f606cd58a
commit d7228e3ecc
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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"