This commit is contained in:
2024-01-12 17:51:20 +01:00
parent 276aa06fe2
commit ab5469db29
4 changed files with 11 additions and 13 deletions

View File

@@ -119,7 +119,8 @@ def show(cfg, args):
qcfg = q["options"]
if "notification" in qcfg:
notify_type = cfg["notifications"][qcfg["notification"]]["type"]
notification = cfg["notifications"][qcfg["notification"]]
notify_type = notification["type"]
else:
notify_type = "NONE"