From b81c7254abe253f0b3c8f476b77c672e7636f29b Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Mon, 13 Apr 2020 17:54:32 +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 ea41c8f..e1ffbb2 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -100,7 +100,7 @@ def getNumber(filepath,absolute_path = False): if __name__ == '__main__': - version = '3.1' + version = '3.1.2' config_file = argparse_function(2) config = ConfigParser() config.read(config_file, encoding='UTF-8')