Ver código fonte

add bot to daily tasks

luojunhui 8 meses atrás
pai
commit
12d105c724
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      threadAliveBot.py

+ 2 - 2
threadAliveBot.py

@@ -24,7 +24,7 @@ def threadMonitor():
     output = result.stdout
 
     # filter
-    get_off_job = [line for line in output.splitlines() if 'python3 getOffVideosDaily.py' in line]
+    # get_off_job = [line for line in output.splitlines() if 'python3 getOffVideosDaily.py' in line]
 
     # migrate_source_id_job = [line for line in output.splitlines() if 'python3 migrateRootSourceId.py' in line]
 
@@ -32,7 +32,7 @@ def threadMonitor():
 
     updateMinigramInfoDaily = [line for line in output.splitlines() if 'python3 updateMinigramInfoDaily.py' in line]
 
-    updatePublishedMsgDaily = [line for line in output.splitlines() if 'python3 updatePublishedMsgDaily.py' in line]
+    # updatePublishedMsgDaily = [line for line in output.splitlines() if 'python3 updatePublishedMsgDaily.py' in line]
 
     # checkVideoStatusDaily = [line for line in output.splitlines() if 'python3 checkVideoStatusDaily.py' in line]