Update 3.4

This commit is contained in:
Yoshiko2
2020-05-04 16:42:20 +08:00
committed by GitHub
parent 1869c8fc44
commit 1d786abe33

View File

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