derrickx 1 年間 前
コミット
6131be74ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      livepocket/302_full.py

+ 1 - 1
livepocket/302_full.py

@@ -221,7 +221,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/0vapa', log_name, single_proxy)
+        run_poc(account.strip(), 'panyue666', 'https://t.livepocket.jp/e/pua9z', log_name, single_proxy)
     except Exception as ex:
         loggerKit.error(f'error: {traceback.format_exc()}, account:{account}')