From 2f6b3ac2156c6734b58fcbb113806ae4a8e887c2 Mon Sep 17 00:00:00 2001 From: ryansurf Date: Thu, 30 May 2024 15:15:13 -0700 Subject: [PATCH] Accidental comment --- src/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper.py b/src/helper.py index 58b82b3..65fe3b6 100644 --- a/src/helper.py +++ b/src/helper.py @@ -176,7 +176,7 @@ def json_output(data_dict): If JSON=TRUE in .args, we print and return the JSON data """ json_out = json.dumps(data_dict, indent=4) - # print(json_out) + print(json_out) return data_dict