Minor change

This commit is contained in:
Aaron Katz 2023-10-22 17:25:40 +02:00
parent b90424d675
commit 325929386e

View File

@ -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.",
)