mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-24 23:42:18 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
494fc50446
|
@@ -273,6 +273,9 @@ class Telegram:
|
|||||||
async with TelegramTweet(self._httpx_client, self._url) as tweet:
|
async with TelegramTweet(self._httpx_client, self._url) as tweet:
|
||||||
return tweet
|
return tweet
|
||||||
|
|
||||||
|
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
||||||
|
pass
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def init_client(cls) -> None:
|
def init_client(cls) -> None:
|
||||||
cls._httpx_client = create_client()
|
cls._httpx_client = create_client()
|
||||||
|
|||||||
Reference in New Issue
Block a user