Skip to content

Commit

Permalink
fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed Oct 14, 2024
1 parent e97afec commit 9b9bc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_mk_api/lib/python3/checkmkapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def disc_host(self, hostname, mode="new"):
# '----------------------------------------------------------------------'
#.

def _wait_for_activation(uri):
def _wait_for_activation(self, uri):
code = 302
while code == 302:
time.sleep(1)
Expand Down Expand Up @@ -1630,7 +1630,7 @@ def get_service_status(self, sites=[], query="", columns=[], host_name=""):
data["query"] = query
if columns:
data["columns"] = columns
if hsot_name:
if host_name:
data["host_name"] = host_name
return self._request(
self._get_url,
Expand Down

0 comments on commit 9b9bc7d

Please sign in to comment.