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')