Skip to content

Commit

Permalink
qinglong panel bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerNoTitle authored Mar 3, 2023
1 parent eb4cfcc commit cf6a092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qinglong/qinglong.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import requests as r
import json
import telepot
import os

tele_enable = False
sc_enable = False
Expand All @@ -11,7 +11,7 @@
current = 'https://n.cg.163.com/api/v2/client-settings/@current'


cookies = sys.argv[1].split('#')
cookies = os.environ.get('wyycg_cookies').split('#')

if cookies == "" or cookies == []:
print('[网易云游戏自动签到]未设置cookie,正在退出……')
Expand Down

0 comments on commit cf6a092

Please sign in to comment.