mirror of
https://github.com/XiaoGe-LiBai/yangmao.git
synced 2025-12-17 05:18:14 +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:
|
with concurrent.futures.ThreadPoolExecutor(max_workers=max_account_workers) as executor:
|
||||||
futures = []
|
futures = []
|
||||||
# chinaTelecomAccount = ''
|
# chinaTelecomAccount = ''
|
||||||
for i in chinaTelecomAccount.split('&'):
|
for i in chinaTelecomAccount.split('\n'):
|
||||||
i = i.split('#')
|
i = i.split('#')
|
||||||
phone = i[0]
|
phone = i[0]
|
||||||
password = i[-1]
|
password = i[-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user