rename config option args to options

This commit is contained in:
2021-10-08 13:09:16 +02:00
parent 97915498e1
commit f99fc24e64
7 changed files with 252 additions and 31 deletions

View File

@@ -97,7 +97,7 @@ def list_quarantines(quarantines, args):
else:
qlist = []
for q in quarantines:
cfg = q["args"]
cfg = q["options"]
storage_type = cfg["store"]["type"]
if "notify" in cfg: