mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
dynamicdns: Fix a type check error
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
8d98345e2d
commit
33dfc2cd41
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user