Update AV_Data_Capture.py

This commit is contained in:
Yoshiko2
2020-06-11 17:28:34 +08:00
committed by GitHub
parent 4a10512fbb
commit 2c794d6d79

View File

@@ -91,7 +91,7 @@ def create_data_and_move(file_path: str, c: config.Config):
if __name__ == '__main__':
version = '3.4'
version = '3.4.2'
# Parse command line args
single_file_path, config_file, auto_exit = argparse_function()