Update main.py

This commit is contained in:
Pesy Wu 2021-03-14 18:40:15 +08:00 committed by GitHub
parent 1353c8abc5
commit 660f1a1f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ sckey = sys.argv[4]
qqkey = sys.argv[5]
ppkey = sys.argv[6]
if cookies == "":
if cookies == "" or cookies == []:
print('[网易云游戏自动签到]未设置cookie正在退出……')
sys.exit()
if teleid != "" and teletoken != "":