Update main.py
This commit is contained in:
parent
aa1c115bf6
commit
859d200b2f
4
main.py
4
main.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user