Merge branch 'master' of leafbla.de:dominic/webpnp
This commit is contained in:
commit
d94c1f4e3d
2
main.py
2
main.py
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user