diff --git a/main.py b/main.py index 1cd2fe4..d62abf3 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,8 @@ def parse_actions(actions: list) -> list: "action": "http", "label": f"{action['label']}", "url": f"{action['link']}", - "method": f"{action['type']}" + "method": f"{action['type']}", + "clear": True } # The `action['type']` is documented to be a HTTP request.