Update to 4.7.1

This commit is contained in:
yoshiko2
2021-08-03 03:30:16 +08:00
parent 82fc31c4e0
commit e572a55907

View File

@@ -148,7 +148,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu
if __name__ == '__main__':
version = '4.6.8'
version = '4.7.1'
urllib3.disable_warnings() #Ignore http proxy warning
# Parse command line args
single_file_path, folder_path, custom_number, auto_exit = argparse_function(version)