xubo 1 gadu atpakaļ
vecāks
revīzija
bd0de78d05
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      livepocket/302_poc_2.py

+ 1 - 1
livepocket/302_poc_2.py

@@ -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}')