From 7b3419aaff581d4d1820d0ef9b4c63a42c7f7e48 Mon Sep 17 00:00:00 2001 From: Lucas Costa Date: Wed, 12 Oct 2022 22:31:30 +0100 Subject: [PATCH] Update views.py --- excalibur/www/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalibur/www/views.py b/excalibur/www/views.py index 19bf187..fd24d3d 100644 --- a/excalibur/www/views.py +++ b/excalibur/www/views.py @@ -14,7 +14,7 @@ render_template, send_from_directory, ) -from werkzeug import secure_filename +from werkzeug.utils import secure_filename from .. import configuration as conf from ..models import Job, File, Rule