1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Added extra dependencies and fixed tests

This commit is contained in:
_run
2022-07-07 23:02:51 +05:00
parent 2f32236680
commit 0cf2a0fe77
2 changed files with 5 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class AsyncWebhookListener:
self.app.add_api_route(endpoint=self.process_update,path= self._url_path, methods=["POST"])
async def process_update(self, request: fastapi.Request):
async def process_update(self, request):
"""
Processes updates.
"""