diff --git a/Movie_Data_Capture.py b/Movie_Data_Capture.py index 4173c29..2504fc6 100644 --- a/Movie_Data_Capture.py +++ b/Movie_Data_Capture.py @@ -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)