Browse Source

更新说明文件

pull/15/head
张洛 3 years ago
parent
commit
a17ba05176
  1. 2
      ck_hlx.py

2
ck_hlx.py

@ -100,7 +100,7 @@ def start():
getENv() getENv()
with open("/ql/config/check.json", "r", encoding="utf-8") as f: with open("/ql/config/check.json", "r", encoding="utf-8") as f:
datas = json.loads(f.read()) datas = json.loads(f.read())
_check_item = datas.get("HLX", [])[0] _check_item = datas.get("HLX", [])
res = hlx(user=_check_item.get('user'),passwd=_check_item.get('password')) res = hlx(user=_check_item.get('user'),passwd=_check_item.get('password'))
print(res) print(res)
send('葫芦侠', res) send('葫芦侠', res)

Loading…
Cancel
Save