Browse Source

Merge branch 'pre' of luojunhui/LongArticlesJob into master

luojunhui 9 tháng trước cách đây
mục cha
commit
2bced10be5
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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)