Skip to content

Commit 2f78ad2

Browse files
MrDibamariolenz
andauthored
Update plugins/lookup/nb_lookup.py
Thank you @mariolenz Co-authored-by: Mario Lenz <m@riolenz.de>
1 parent 68e7e5e commit 2f78ad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/lookup/nb_lookup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ def get_endpoint(netbox, term):
181181
"console-server-ports": {"endpoint": netbox.dcim.console_server_ports},
182182
"content-types": {"endpoint": netbox.extras.content_types},
183183
"custom-fields": {"endpoint": netbox.extras.custom_fields},
184-
"custom-field-choice-sets": {"endpoint": netbox.extras.custom_field_choice_sets},
184+
"custom-field-choice-sets": {
185+
"endpoint": netbox.extras.custom_field_choice_sets
186+
},
185187
"custom-links": {"endpoint": netbox.extras.custom_links},
186188
"device-bay-templates": {"endpoint": netbox.dcim.device_bay_templates},
187189
"device-bays": {"endpoint": netbox.dcim.device_bays},

0 commit comments

Comments
 (0)