We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5aae0 commit 6dd374bCopy full SHA for 6dd374b
1 file changed
src/jamf_pro_sdk/clients/auth.py
@@ -340,9 +340,9 @@ def load_from_keychain(
340
"""
341
if not KEYRING_IS_INSTALLED:
342
raise ImportError("The 'macOS' extra dependency is required.")
343
-
+
344
if server.startswith("http://"):
345
- server = "https://" + server[len("http://"):]
+ server = "https://" + server[len("http://") :]
346
elif not server.startswith("https://"):
347
server = f"https://{server}"
348
0 commit comments