luojunhui пре 1 месец
родитељ
комит
0d977bab22
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tasks/data_tasks/fwh_data_recycle.py

+ 2 - 2
tasks/data_tasks/fwh_data_recycle.py

@@ -436,8 +436,8 @@ class FwhGroupPublishMonitor(FwhDataRecycle):
         monitor the publish record
         """
         now = datetime.now()
-        # if now.hour > 12:
-        #     return
+        if now.hour > 12:
+            return
 
         gh_id_list = self.get_group_server_accounts()