mirror of
https://github.com/XiaoGe-LiBai/yangmao.git
synced 2025-12-16 19:59:30 +08:00
Update 电信金豆话费并发本.py
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user