소스 검색

add model

derrickx 1 년 전
부모
커밋
d0bf384faf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      livepocket/302_full.py

+ 1 - 1
livepocket/302_full.py

@@ -317,7 +317,7 @@ def run_daily_job(hour, minute):
 
 def looper_job():
     while 1:
-        process_running(max_threads=8, pocket_url='https://t.livepocket.jp/e/7ubn_')
+        process_running(max_threads=8, pocket_url='https://t.livepocket.jp/e/kpzzl')
 
 
 if __name__ == '__main__':