format fix
All checks were successful
Build Docs / changes (push) Successful in 5s
Build Docs / build-docs (push) Has been skipped
Build Docs / deploy-docs (push) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-04-14 23:17:58 +07:00
parent b995abfc1e
commit a3357a2924

View File

@@ -174,7 +174,6 @@ class QBotApp(Generic[UserType, ConfigType], FastAPI):
language_code=None if locale == "default" else locale, language_code=None if locale == "default" else locale,
) )
async def set_webhook(self): async def set_webhook(self):
await self.bot.set_webhook( await self.bot.set_webhook(
url=f"{self.config.TELEGRAM_WEBHOOK_URL}/telegram/webhook", url=f"{self.config.TELEGRAM_WEBHOOK_URL}/telegram/webhook",
@@ -183,7 +182,6 @@ class QBotApp(Generic[UserType, ConfigType], FastAPI):
secret_token=self.config.TELEGRAM_WEBHOOK_AUTH_KEY, secret_token=self.config.TELEGRAM_WEBHOOK_AUTH_KEY,
) )
async def show_form( async def show_form(
self, self,
app_state: State, app_state: State,