@@ -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()