From d0551c09ba8f5370ab3f40a9359687d5d7ed40bf Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 26 Mar 2021 11:50:29 +0100 Subject: fix: typing issues in plugins --- plugins/untrackme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/untrackme.py') diff --git a/plugins/untrackme.py b/plugins/untrackme.py index c5db1a9d..ceddc5c5 100644 --- a/plugins/untrackme.py +++ b/plugins/untrackme.py @@ -49,7 +49,7 @@ def proxy(service: str) -> Callable[[str], str]: class Plugin(BasePlugin): """UntrackMe""" - default_config: Dict[str, str] = { + default_config: Dict[str, Dict[str, Union[str, bool]]] = { 'default': { 'cleanup': True, 'redirect': True, -- cgit v1.2.3