Skip to content

Commit

Permalink
Remove dumb API Client auth warning
Browse files Browse the repository at this point in the history
  • Loading branch information
James Reynolds committed Jun 3, 2024
1 parent 17c2a00 commit fbff28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python_jamf/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def load(self):
if "APIClientAuth" in prefs:
self.client = prefs["APIClientAuth"]
else:
stderr.write(
"No pref for API Client Auth. Please recreate your prefs to add it.\n"
)
self.client = False
self.password = keyring.get_password(self.hostname, self.username)
elif "JSS_URL" in prefs:
Expand Down

0 comments on commit fbff28b

Please sign in to comment.