From df8f4ae7f03a9b2287deb59c3b42e31f0fe6881f Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sun, 21 Nov 2021 23:40:06 +0800 Subject: [PATCH] Update to 5.0.5 --- 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 56de2af..dcdc42b 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -442,7 +442,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC): def main(): - version = '5.0.4' + version = '5.0.5' urllib3.disable_warnings() #Ignore http proxy warning # Read config.ini first, in argparse_function() need conf.failed_folder()