Skip to content

Commit 27a4a13

Browse files
committed
Make authentication_method optional again
1 parent f2f72b4 commit 27a4a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sagemcom_api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
host: str,
8080
username: str,
8181
password: str,
82-
authentication_method: EncryptionMethod,
82+
authentication_method: EncryptionMethod | None = None,
8383
api_mode: ApiMode | str = ApiMode.AUTO,
8484
session: ClientSession | None = None,
8585
ssl: bool | None = False,

0 commit comments

Comments
 (0)