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