Skip to content

Commit bb61e32

Browse files
committed
fixes issue with correct path of netbox status API call #446
1 parent 7c9c69a commit bb61e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/netbox/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def get_api_version(self):
200200

201201
try:
202202
response = self.session.get(
203-
f"{self.url}/status",
203+
f"{self.url}status",
204204
timeout=self.settings.timeout,
205205
verify=self.settings.validate_tls_certs)
206206
except Exception as e:

0 commit comments

Comments
 (0)