From 2c794d6d796d171c9de9e08d7f86f5d94e0aa1d2 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Thu, 11 Jun 2020 17:28:34 +0800 Subject: [PATCH] Update AV_Data_Capture.py --- 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 68226b2..686c075 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.4' + version = '3.4.2' # Parse command line args single_file_path, config_file, auto_exit = argparse_function()