I have installed/configured the tool and getting the following error when launching the script "python3 run.py":
Python 3.7.3
root@.../netbox-device-autodiscovery# python3 run.py
File "run.py", line 231
if obj_id := create_or_update_nb_obj(obj_type, obj):
^
SyntaxError: invalid syntax
Hello,
I have installed/configured the tool and getting the following error when launching the script "python3 run.py": Python 3.7.3 root@.../netbox-device-autodiscovery# python3 run.py File "run.py", line 231 if obj_id := create_or_update_nb_obj(obj_type, obj): ^ SyntaxError: invalid syntax
Could you please help with this issue ?