浏览代码

Merge branch 'pre' of luojunhui/LongArticlesJob into master

luojunhui 8 月之前
父节点
当前提交
2bced10be5
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      checkVideoStatusDaily.py

+ 3 - 3
checkVideoStatusDaily.py

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