Add hash to return in hook

This commit is contained in:
2021-08-01 01:43:22 +00:00
parent 10d73d8fc9
commit 115309700b

View File

@@ -29,6 +29,6 @@ async def hook(req: Request):
pack.compress()
pack.hash()
pack.upload()
return "Update"
return "Updated " + pack.gethash()