Merge branch 'master' of leafbla.de:dominic/webpnp

This commit is contained in:
Dominic Zimmer 2020-04-17 00:45:40 +02:00
commit d94c1f4e3d

View File

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