From 85a74a650d677e3ba49750d1ce54e665dc957515 Mon Sep 17 00:00:00 2001 From: linlin <1628708538@qq.com> Date: Thu, 4 Jan 2024 12:00:39 +0800 Subject: [PATCH] Update mt.py --- mt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mt.py b/mt.py index 770007e..6542c20 100644 --- a/mt.py +++ b/mt.py @@ -116,10 +116,10 @@ def huoqu(formhash): if __name__ == '__main__': #账号 - username = '林lin' + username = '' #username.encode("utf-8") #密码 - password = '13977922831' + password = '' if 'mtluntan' in os.environ: fen = os.environ.get("mtluntan").split("@") myprint(f'查找到{len(fen)}个账号')