diff --git a/app/main.py b/app/main.py index 99b4ce8..34e6aef 100755 --- a/app/main.py +++ b/app/main.py @@ -29,6 +29,6 @@ async def hook(req: Request): pack.compress() pack.hash() pack.upload() - return "Update" + return "Updated " + pack.gethash()