dynamicdns: Fix a type check error

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2025-07-10 09:25:52 -07:00
parent 8d98345e2d
commit 33dfc2cd41
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -46,7 +46,7 @@ def _check_required_keys(dictionary: dict[str, str], keys: list[str]) -> None:
def update(server: str, domain: str, username: str,
password: str) -> tuple[str, str]:
password: str) -> tuple[bool, str | None]:
"""Update Dynamic DNS record using GnuDIP protocol.
Protocol documentation: