Browse Source

王者营地

pull/15/head
张洛 3 years ago
parent
commit
721fd39e5e
  1. 2
      README.md
  2. 2
      wzyd.py

2
README.md

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
### 1拉取仓库
ql repo https://github.com/yuxian158/check.git '' '^checksendNotify'
ql repo https://gitee.com/zhangluo0104/check.git '' '^checksendNotify'
### 2参数列表

2
wzyd.py

@ -39,7 +39,7 @@ class WZYDCheckIn: @@ -39,7 +39,7 @@ class WZYDCheckIn:
if __name__ == "__main__":
if 'wzyd' in os.environ:
print('王者营地签到开始')
text = WZYDCheckIn(check_item=os.environ).main()
text = WZYDCheckIn(check_item=os.environ.get('wzyd')).main()
localtime = time.asctime(time.localtime(time.time()))
send(f'当前时间{localtime}\n结果:{text}')
else:print('未找到变量请填入')
Loading…
Cancel
Save