This commit is contained in:
Kai Vogelgesang 2020-04-17 00:44:05 +02:00
parent add16e6c89
commit 91111b220b

View File

@ -51,7 +51,7 @@ async def handler(request: aiohttp.web.Request):
print(f'{client=} {data=}')
try:
assert await model.handle_post(data, client)
assert await model.handle_post(client, data)
return aiohttp.web.Response(status=200)
except Exception as e:
print(e)