fix forward channel check admin user

This commit is contained in:
2024-07-09 16:27:13 +08:00
parent be77a33e9d
commit ebb48d2bb5
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Telegram:
async with TelegramPixiv(self._url) as pixiv:
return pixiv
else:
return None
return None # TODO add raise and catch
async def __aexit__(self, exc_type, exc_val, exc_tb):
pass