修复一处BUG

This commit is contained in:
Pesy Wu 2020-12-13 10:51:10 +08:00 committed by GitHub
parent c05d4c4e97
commit 4c8b8cb705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,6 @@ if __name__ == "__main__":
if(sign.status_code==200):
message='{}个账号签到成功!'.format(cookies.index(i)+1)
success.append(cookie)
msg.append(message)
elif(signerror!=True):
message='{}个账号签到失败,回显状态码为{},具体错误信息如下:{}'.format(cookies.index(i)+1,sign.status_code,sign.text)
failure.append(cookie)