From 33dfc2cd41256c107fc06cc165c74218b4079a21 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 10 Jul 2025 09:25:52 -0700 Subject: [PATCH] dynamicdns: Fix a type check error Signed-off-by: Sunil Mohan Adapa --- plinth/modules/dynamicdns/gnudip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/dynamicdns/gnudip.py b/plinth/modules/dynamicdns/gnudip.py index f176fc9cb..3520b95ed 100644 --- a/plinth/modules/dynamicdns/gnudip.py +++ b/plinth/modules/dynamicdns/gnudip.py @@ -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: