Update main.py

This commit is contained in:
Pesy Wu 2020-12-17 17:35:17 +08:00 committed by GitHub
parent aa1c115bf6
commit 859d200b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,9 +86,7 @@ if __name__ == "__main__":
success = []
failure = []
msg = []
print(len(cookies))
for i in cookies:
print(i)
cookie = i
autherror = False
signerror = False
@ -149,6 +147,6 @@ if __name__ == "__main__":
scsend(sckey, scinfomsg)
send(teleid, teleinfomsg)
print(scinfomsg)
print(teleinfomsg)
if (len(failure) != 0):
raise Error