|
|
@@ -217,7 +217,7 @@ def poc_2(account, passwd, target_url, log_name, single_proxy):
|
|
|
|
|
|
def process_account(account, log_name, single_proxy):
|
|
|
try:
|
|
|
- run_poc(account.strip(), 'panyue666', 'https://t.livepocket.jp/e/q8ucp', log_name, single_proxy)
|
|
|
+ run_poc(account.strip(), 'panyue666', 'https://t.livepocket.jp/e/0vapa', log_name, single_proxy)
|
|
|
except Exception as ex:
|
|
|
print(f'error: {traceback.format_exc()}, account:{account}')
|
|
|
|