mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 01:46:17 +00:00
test
This commit is contained in:
@@ -68,8 +68,9 @@ class CustomRequestHandler(WebhookRequestHandler):
|
|||||||
async def post(self):
|
async def post(self):
|
||||||
# TODO: refactor
|
# TODO: refactor
|
||||||
self._dispatcher = await self._create_dispatcher()
|
self._dispatcher = await self._create_dispatcher()
|
||||||
await super(CustomRequestHandler, self).post()
|
res = await super(CustomRequestHandler, self).post()
|
||||||
self._dispatcher = None
|
self._dispatcher = None
|
||||||
|
return res
|
||||||
|
|
||||||
def get_dispatcher(self):
|
def get_dispatcher(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user