diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index ff662ea..ebb0322 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -105,7 +105,7 @@ def create_data_and_move(file_path: str, c: config.Config): if __name__ == '__main__': - version = '3.2' + version = '3.3' # Parse command line args single_file_path, config_file, auto_exit = argparse_function() @@ -151,4 +151,4 @@ if __name__ == '__main__': print("[+]All finished!!!") if auto_exit: exit(0) - input("[+][+]Press enter key exit, you can check the error message before you exit.") \ No newline at end of file + input("[+][+]Press enter key exit, you can check the error message before you exit.")