mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 19:33:24 +00:00
test
This commit is contained in:
parent
b4b1129324
commit
dad7fe66c9
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user