Update 3.5

This commit is contained in:
Yoshiko2
2020-06-21 23:53:08 +08:00
committed by GitHub
parent b016113fc1
commit 2c6169b340
10 changed files with 117 additions and 42 deletions

View File

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