mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
test
This commit is contained in:
parent
9297f2b33f
commit
a00652ecce
@ -69,6 +69,7 @@ class CustomRequestHandler(WebhookRequestHandler):
|
||||
|
||||
async def post(self):
|
||||
# TODO: refactor
|
||||
logger.info(f"post request to {self}")
|
||||
self._dispatcher = await self._create_dispatcher()
|
||||
res = await super(CustomRequestHandler, self).post()
|
||||
self._dispatcher = None
|
||||
|
Loading…
Reference in New Issue
Block a user