Browse Source

Merge branch 'pre' of luojunhui/LongArticlesJob into master

luojunhui 8 months ago
parent
commit
2bced10be5
1 changed files with 3 additions and 3 deletions
  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)