diff --git a/docs/parsers/iw_scan.md b/docs/parsers/iw_scan.md index 6acd59be..c7f09249 100644 --- a/docs/parsers/iw_scan.md +++ b/docs/parsers/iw_scan.md @@ -132,7 +132,7 @@ Parameters: Returns: List of Dictionaries. Structured data with the following schema: - ] + [ { "foo": string/integer/float, # best guess based on value "bar": string/integer/float, diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index 65cc3399..beabcf97 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -139,7 +139,7 @@ def process(proc_data): Returns: List of Dictionaries. Structured data with the following schema: - ] + [ { "foo": string/integer/float, # best guess based on value "bar": string/integer/float,