From 99e3d5accafffc394d54b76275e8b98131493b7e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 1 Oct 2023 21:33:58 +0800 Subject: [PATCH] fix #707 --- app/plugins/brushflow/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/plugins/brushflow/__init__.py b/app/plugins/brushflow/__init__.py index 2a4a1348..5d6058d0 100644 --- a/app/plugins/brushflow/__init__.py +++ b/app/plugins/brushflow/__init__.py @@ -1372,6 +1372,7 @@ class BrushFlow(_PluginBase): "deleted": False, } # 统计数据 + torrents_size += torrent.size statistic_info["count"] += 1 # 发送消息 self.__send_add_message(torrent)