Update to 4.7.2

This commit is contained in:
Yoshiko2
2021-09-06 00:44:39 +08:00
committed by GitHub
parent 7716af2be0
commit 1913d82b40

View File

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