From 566c17a8555e2d20de269075491852678312cc09 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Fri, 19 Jul 2024 19:34:18 +0800 Subject: [PATCH] fix pixiv url --- utils/pixiv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/pixiv.py b/utils/pixiv.py index 1ccf437..cc76ba7 100644 --- a/utils/pixiv.py +++ b/utils/pixiv.py @@ -165,8 +165,9 @@ class TelegramPixiv: async def __aexit__(self, exc_type, exc_val, exc_tb): pass + @property def url(self) -> str: - return self._url + return self._pixiv.url @property def message_text(self) -> str: