fix(brushflow): 移除检查服务中的时间管控

This commit is contained in:
InfinityPacer
2024-08-01 16:38:35 +08:00
parent 72a75d9620
commit c073adcdbd

View File

@@ -2306,10 +2306,6 @@ class BrushFlow(_PluginBase):
if not brush_config.downloader:
return
if not self.__is_current_time_in_range():
logger.info(f"当前不在指定的刷流时间区间内,检查操作将暂时暂停")
return
with lock:
logger.info("开始检查刷流下载任务 ...")
torrent_tasks: Dict[str, dict] = self.get_data("torrents") or {}