Explorar el Código

add new result record file

xubo hace 1 año
padre
commit
7e24374d78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app.py

+ 1 - 1
app.py

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