From 1d786abe333cded5d9f6feef450fd447567f279f Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Mon, 4 May 2020 16:42:20 +0800 Subject: [PATCH] Update 3.4 --- AV_Data_Capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index a2bdd72..55b76fe 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -91,7 +91,7 @@ def create_data_and_move(file_path: str, c: config.Config): if __name__ == '__main__': - version = '3.3' + version = '3.4' # Parse command line args single_file_path, config_file, auto_exit = argparse_function()