From 721fd39e5e85ce9788afabd9f4a559434a4e1554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=9B?= Date: Fri, 23 Jul 2021 14:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=8B=E8=80=85=E8=90=A5=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- wzyd.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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