mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
fix pixiv url
This commit is contained in:
+2
-1
@@ -165,8 +165,9 @@ class TelegramPixiv:
|
|||||||
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@property
|
||||||
def url(self) -> str:
|
def url(self) -> str:
|
||||||
return self._url
|
return self._pixiv.url
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def message_text(self) -> str:
|
def message_text(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user