From 325929386edf6a64285137ef271e3683c0e908f9 Mon Sep 17 00:00:00 2001 From: Aaron Katz Date: Sun, 22 Oct 2023 17:25:40 +0200 Subject: [PATCH] Minor change --- src/paperless/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 60cddc4f8..ab8b7eb89 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -945,7 +945,7 @@ all_tables = db_conn.introspection.table_names() if ("auditlog_logentry" in all_tables) and not (AUDIT_ENABLED): raise ImproperlyConfigured( - "auditlog table was found but PAPERLESS_AUDIT_ENABLED is not active", + "auditlog table was found but PAPERLESS_AUDIT_ENABLED is not active.", )