Add hash to return in hook
This commit is contained in:
parent
10d73d8fc9
commit
115309700b
|
@ -29,6 +29,6 @@ async def hook(req: Request):
|
|||
pack.compress()
|
||||
pack.hash()
|
||||
pack.upload()
|
||||
return "Update"
|
||||
return "Updated " + pack.gethash()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue