Update 电信金豆话费并发本.py

This commit is contained in:
XiaoGe-LiBai
2025-04-26 22:25:04 +08:00
parent 3bf0df7efb
commit 7b10f43322

View File

@@ -917,7 +917,7 @@ def main():
with concurrent.futures.ThreadPoolExecutor(max_workers=max_account_workers) as executor:
futures = []
# chinaTelecomAccount = ''
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('#')
phone = i[0]
password = i[-1]