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")