|
@@ -662,6 +662,7 @@ def process_running_manual(max_threads, pocket_url):
|
|
|
while True:
|
|
while True:
|
|
|
single_proxy = next(proxy_generator)
|
|
single_proxy = next(proxy_generator)
|
|
|
print(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
print(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
|
|
|
+ loggerKit.info(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
|
break
|
|
break
|
|
|
|
|
|
|
|
thread = threading.Thread(target=process_account,
|
|
thread = threading.Thread(target=process_account,
|
|
@@ -745,6 +746,7 @@ def run_threading_order(max_threads, account_path, url):
|
|
|
while True:
|
|
while True:
|
|
|
single_proxy = next(proxy_generator)
|
|
single_proxy = next(proxy_generator)
|
|
|
print(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
print(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
|
|
|
+ loggerKit.info(f"当前账号: {account}, 当前代理:{single_proxy}")
|
|
|
break
|
|
break
|
|
|
|
|
|
|
|
thread = threading.Thread(target=get_ticket_order,
|
|
thread = threading.Thread(target=get_ticket_order,
|