Update mt.py

This commit is contained in:
linlin 2024-01-04 12:00:39 +08:00 committed by GitHub
parent 41b2e16a7e
commit 85a74a650d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
mt.py
View File

@ -116,10 +116,10 @@ def huoqu(formhash):
if __name__ == '__main__': if __name__ == '__main__':
#账号 #账号
username = '林lin' username = ''
#username.encode("utf-8") #username.encode("utf-8")
#密码 #密码
password = '13977922831' password = ''
if 'mtluntan' in os.environ: if 'mtluntan' in os.environ:
fen = os.environ.get("mtluntan").split("@") fen = os.environ.get("mtluntan").split("@")
myprint(f'查找到{len(fen)}个账号') myprint(f'查找到{len(fen)}个账号')