From ea1d034403e17aeff4aa85478b6e7e8467acf2c7 Mon Sep 17 00:00:00 2001 From: linlin <1628708538@qq.com> Date: Thu, 11 May 2023 14:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=93=E6=9D=9F=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mt.py b/mt.py index e2297a8..8fdac9d 100644 --- a/mt.py +++ b/mt.py @@ -60,6 +60,7 @@ if __name__ == '__main__': username = os.environ.get("mtusername") else: print('不存在青龙、github变量') + exit if 'mtpassword' in os.environ: password = os.environ.get("mtpassword")