If current running system not Windows, program will be auto exit.

This commit is contained in:
yoshiko2
2022-04-18 23:38:16 +08:00
parent d38b49e5fb
commit 82547ca276

View File

@@ -704,6 +704,7 @@ if __name__ == '__main__':
main(args)
if not conf.auto_exit():
input("Press enter key exit, you can check the error message before you exit...")
if sys.platform == 'win32':
input("Press enter key exit, you can check the error message before you exit...")
sys.exit(0)