Skip to content

Small fix in map.py to avoid (or at least suppress) TypeErrors

Fabfur requested to merge fix-map2 into main

Seems that accessing the value with .get(...) now (probably due to the python version) triggers a TypeError: string indices must be integers, not 'str' error. Don't know if this is the best way to fix it. Also changed the netbox_config dict key (probably changed in later netbox version).

Merge request reports