Add hash to return in hook
This commit is contained in:
@@ -29,6 +29,6 @@ async def hook(req: Request):
|
||||
pack.compress()
|
||||
pack.hash()
|
||||
pack.upload()
|
||||
return "Update"
|
||||
return "Updated " + pack.gethash()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user