Update 3.3

This commit is contained in:
Yoshiko2
2020-04-22 02:18:24 +08:00
committed by GitHub
parent 820bb7673e
commit ce2b6fe852

View File

@@ -105,7 +105,7 @@ def create_data_and_move(file_path: str, c: config.Config):
if __name__ == '__main__': if __name__ == '__main__':
version = '3.2' version = '3.3'
# Parse command line args # Parse command line args
single_file_path, config_file, auto_exit = argparse_function() single_file_path, config_file, auto_exit = argparse_function()
@@ -151,4 +151,4 @@ if __name__ == '__main__':
print("[+]All finished!!!") print("[+]All finished!!!")
if auto_exit: if auto_exit:
exit(0) exit(0)
input("[+][+]Press enter key exit, you can check the error message before you exit.") input("[+][+]Press enter key exit, you can check the error message before you exit.")