Explorar el Código

checkVideoStatusDaily.py
增加守护进程

罗俊辉 hace 7 meses
padre
commit
42a3393937
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      checkVideoStatusDaily.py

+ 3 - 3
checkVideoStatusDaily.py

@@ -111,9 +111,9 @@ def task():
     :return:
     :return:
     """
     """
     while True:
     while True:
-        # VM = VideoStatusManager()
-        # VM.deal()
-        print(1)
+        VM = VideoStatusManager()
+        VM.deal()
+        # print(1)
         time.sleep(10 * 60)
         time.sleep(10 * 60)