We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f72b4 commit 27a4a13Copy full SHA for 27a4a13
1 file changed
sagemcom_api/client.py
@@ -79,7 +79,7 @@ def __init__(
79
host: str,
80
username: str,
81
password: str,
82
- authentication_method: EncryptionMethod,
+ authentication_method: EncryptionMethod | None = None,
83
api_mode: ApiMode | str = ApiMode.AUTO,
84
session: ClientSession | None = None,
85
ssl: bool | None = False,
0 commit comments