Skip to content

Commit

Permalink
更新Action文件
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyubin committed Jan 15, 2024
1 parent 9d19cba commit 81886fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion douban.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def dowoloadFile(image_url):
headers = {
'Referer': 'https://doubanio.com'
}
response = requests.get(image_url, headers=headers, timeout=30)
response = requests.get(image_url, headers=headers, timeout=300)
file_name = image_url.split('/')[-1]
save_path = os.path.join(save_folder, file_name)
if os.path.exists(save_path):
Expand Down

1 comment on commit 81886fd

@vercel
Copy link

@vercel vercel bot commented on 81886fd Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

douban – ./

dban.vercel.app
douban-itxh.vercel.app
douban-git-main-itxh.vercel.app

Please sign in to comment.