From ce2b6fe852a21335701089b437fbfb80e16dce85 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Wed, 22 Apr 2020 02:18:24 +0800 Subject: [PATCH] Update 3.3 --- AV_Data_Capture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")