From 771b2d1112d846ddde6e5f7f54f787280c9a0c04 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 2 Nov 2021 16:21:31 +0100 Subject: [PATCH] duh --- core/admin/audit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/admin/audit.py b/core/admin/audit.py index 79365286..60583f83 100755 --- a/core/admin/audit.py +++ b/core/admin/audit.py @@ -3,6 +3,8 @@ import sys import tabulate +sys.path[0:0] = ['/app'] + import mailu app = mailu.create_app()