From d3fac56e9addda751b2095eb574a4e1e800aa542 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 8 Sep 2023 08:05:54 +0800 Subject: [PATCH] fix --- app/plugins/brushflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/brushflow/__init__.py b/app/plugins/brushflow/__init__.py index f4c11a21..79920d40 100644 --- a/app/plugins/brushflow/__init__.py +++ b/app/plugins/brushflow/__init__.py @@ -1246,7 +1246,7 @@ class BrushFlow(_PluginBase): and (torrents_size + torrent.size) > float(self._disksize) * 1024**3: logger.warn(f"当前做种体积 {StringUtils.str_filesize(torrents_size)} " f"已超过保种体积 {self._disksize},停止新增任务") - return + break # 促销 if self._freeleech and torrent.downloadvolumefactor != 0: continue