From 32c456fded1456208f5ab698e5b22d5a2cb6fbdd Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 10 Jan 2024 05:01:43 +0400 Subject: [PATCH] Fix code style --- archivebox/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archivebox/config.py b/archivebox/config.py index 4c5d6310..54c0a97e 100644 --- a/archivebox/config.py +++ b/archivebox/config.py @@ -104,7 +104,6 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = { 'PREVIEW_ORIGINALS': {'type': bool, 'default': True}, 'PREVIEW_MEDIA': {'type': bool, 'default': True}, 'PREVIEW_GIT': {'type': bool, 'default': True}, - 'LOGOUT_REDIRECT_URL': {'type': str, 'default': '/'}, 'LDAP': {'type': bool, 'default': False}, 'LDAP_SERVER_URI': {'type': str, 'default': None},