From 4a09981dd8cf60c9b9af25e9deda9105419d63ac Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Fri, 22 Oct 2021 01:19:18 +0800 Subject: [PATCH] Update to 5.0.2 --- 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 e87be03..7483a8d 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -439,7 +439,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number): def main(): - version = '5.0.1' + version = '5.0.2' urllib3.disable_warnings() #Ignore http proxy warning # Read config.ini first, in argparse_function() need conf.failed_folder()