diff --git a/packages/sample/hello/hello.py b/packages/sample/hello/hello.py index 7817489..14a466e 100644 --- a/packages/sample/hello/hello.py +++ b/packages/sample/hello/hello.py @@ -1,6 +1,6 @@ def main(args): - name = args.get("name", "stranger") + name = args.get("name", "giu") greeting = "Hello " + name + "!" print(greeting) return {"body": greeting} - \ No newline at end of file +