From 259399bc103f61daee068eefcd1f2d205a1c6816 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 8 Feb 2022 23:05:27 +0100 Subject: ver 0.1.0 --- rss_to_gitea/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss_to_gitea/config.py') diff --git a/rss_to_gitea/config.py b/rss_to_gitea/config.py index 1737a39..faf3350 100644 --- a/rss_to_gitea/config.py +++ b/rss_to_gitea/config.py @@ -94,7 +94,7 @@ class Config: def load(self, _dict): self.config = _dict - def __getattr__(self, _attr) -> float | int | Config | None: + def __getattr__(self, _attr) -> str | Config | None: if _attr not in self.config: return None -- cgit v1.2.3