From 20c4c7d6e6e72b865eee81e0c3144a0c3ab607f4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 8 Sep 2023 16:36:02 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=8F=91=E5=B8=83=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/brushflow/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/plugins/brushflow/__init__.py b/app/plugins/brushflow/__init__.py index 65b45746..018b8fcf 100644 --- a/app/plugins/brushflow/__init__.py +++ b/app/plugins/brushflow/__init__.py @@ -1724,6 +1724,8 @@ class BrushFlow(_PluginBase): else: size = torrent.size msg_text = f"{msg_text}\n大小:{size}" + if torrent.pubdate: + msg_text = f"{msg_text}\n发布时间:{torrent.pubdate}" if torrent.seeders: msg_text = f"{msg_text}\n做种数:{torrent.seeders}" if torrent.volume_factor: