Update main.py

This commit is contained in:
Pesy Wu 2021-01-08 17:34:15 +08:00 committed by GitHub
parent 9c5ec18b8c
commit 4c414ec260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ def scsend(SCKEY, message):
if __name__ == "__main__": if __name__ == "__main__":
print('检测到{}个账号,即将开始签到!'.format(len(cookies))
success = [] success = []
failure = [] failure = []
msg = [] msg = []