From 8b8142ab607c11e1236990b275cf5b896d791b51 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 11 Jun 2023 09:05:29 +0800 Subject: [PATCH] fix bug --- app/modules/wechat/wechat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/wechat/wechat.py b/app/modules/wechat/wechat.py index 39a55a64..e5f7152f 100644 --- a/app/modules/wechat/wechat.py +++ b/app/modules/wechat/wechat.py @@ -214,7 +214,7 @@ class WeChat(metaclass=Singleton): torrent_title = f"【{torrent.site_name}】" \ f"{meta.get_season_episode_string()} " \ f"{meta.get_resource_type_string()} " \ - f"{meta.get_volume_factor_string()} " \ + f"{torrent.get_volume_factor_string()} " \ f"{torrent.seeders}↑" articles.append({ "title": torrent_title,