浏览代码

add sample invoice

derrickx 1 年之前
父节点
当前提交
94717325bd
共有 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/4zgef')
+        process_running(max_threads=8, pocket_url='https://t.livepocket.jp/e/989wh')
 
 
 if __name__ == '__main__':