From 544c0a4dc690739a0fe08a2b7a830d804bb9f647 Mon Sep 17 00:00:00 2001 From: anubhavjana Date: Sun, 5 Mar 2023 12:59:12 +0530 Subject: [PATCH] Update test.py --- function_modules/testaction/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/function_modules/testaction/test.py b/function_modules/testaction/test.py index 3c23890..e898102 100644 --- a/function_modules/testaction/test.py +++ b/function_modules/testaction/test.py @@ -3,6 +3,7 @@ import os import json import sys + def main(): activation_id = os.environ.get('__OW_ACTIVATION_ID') params = json.loads(sys.argv[1]) @@ -23,4 +24,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()