diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index c0054ec3..01105078 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -156,7 +156,9 @@ def process(proc_data): "id": integer, "opcode": string, "status": string, - "flags": [string], + "flags": [ + string + ], "query_num": integer, "answer_num": integer, "authority_num": integer,