Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclear06 committed May 6, 2022
1 parent 460bb33 commit dfd0e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def main(user, post_data):
# 记录登陆方式
RETURN_EMAIL = user['mail']
session = requests.Session()
session.mount('http://', HTTPAdapter(max_retries=50))
session.mount('https://', HTTPAdapter(max_retries=50))
session.mount('http://', HTTPAdapter(max_retries=300))
session.mount('https://', HTTPAdapter(max_retries=300))
account = user['user']
pswd = user['pswd']
myid = user['id']
Expand Down

0 comments on commit dfd0e0b

Please sign in to comment.