Update main.py

This commit is contained in:
イレイナ❤ 2021-01-08 09:34:33 +08:00 committed by GitHub
parent 338153cd2a
commit 9c5ec18b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ if __name__ == "__main__":
cookies.index(i) + 1) cookies.index(i) + 1)
failure.append(cookie) failure.append(cookie)
msg.append(message) msg.append(message)
elif me.status_code == 200:
try: try:
sign_return = signin(sign_url, cookie) sign_return = signin(sign_url, cookie)
except: except: