Remove shit code #2

This commit is contained in:
yoshiko2
2022-05-28 16:12:09 +08:00
parent e61c72b597
commit 99cc99bb51

View File

@@ -118,7 +118,7 @@ def create_folder(json_data): # 创建文件夹
# path = examle:photo , video.in the Project Folder!
def download_file_with_filename(url, filename, path, filepath, json_headers=None):
conf = config.getInstance()
configProxy = conf.proxy('switch')
configProxy = conf.proxy()
for i in range(configProxy.retry):
try: