diff --git a/README.md b/README.md index fae3f3c..87043df 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ### 1拉取仓库 -ql repo https://github.com/yuxian158/check.git '' '^checksendNotify' +ql repo https://gitee.com/zhangluo0104/check.git '' '^checksendNotify' ### 2参数列表 diff --git a/wzyd.py b/wzyd.py index d8b4ab9..01012e1 100644 --- a/wzyd.py +++ b/wzyd.py @@ -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('未找到变量请填入') \ No newline at end of file