From 713ce3294d25f11e370f073a4f0d60040ce3ca59 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 20 Nov 2021 04:02:14 +0800 Subject: [PATCH] Update to 5.0.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 b761435..1f9c8f7 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -441,7 +441,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC): def main(): - version = '5.0.3' + version = '5.0.4' urllib3.disable_warnings() #Ignore http proxy warning # Read config.ini first, in argparse_function() need conf.failed_folder()