diff --git a/py/parse_and_notify.py b/py/parse_and_notify.py index 7c0cbeb8..ffbd5904 100755 --- a/py/parse_and_notify.py +++ b/py/parse_and_notify.py @@ -251,6 +251,7 @@ def main(): ) for line in sys.stdin: + print("DEBUG read line: {line}") topic = json.loads(line) action = topic["action"] topic_content = (