mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix(brushflow): 移除检查服务中的时间管控
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user