Update 3.3
This commit is contained in:
@@ -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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user