Add hash to return in hook

This commit is contained in:
jimmy 2021-08-01 01:43:22 +00:00
parent 10d73d8fc9
commit 115309700b
1 changed files with 1 additions and 1 deletions

View File

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