This commit is contained in:
mihalin 2021-09-10 20:51:00 +03:00
parent 9297f2b33f
commit a00652ecce

View File

@ -69,6 +69,7 @@ class CustomRequestHandler(WebhookRequestHandler):
async def post(self): async def post(self):
# TODO: refactor # TODO: refactor
logger.info(f"post request to {self}")
self._dispatcher = await self._create_dispatcher() self._dispatcher = await self._create_dispatcher()
res = await super(CustomRequestHandler, self).post() res = await super(CustomRequestHandler, self).post()
self._dispatcher = None self._dispatcher = None