From 665f47bb1f0d72f05cc7fef45c521e33f2d866b3 Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Mon, 9 Dec 2024 17:05:40 -0500 Subject: [PATCH] fixed multidict import path (#4778) --- server/routes/place/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/place/html.py b/server/routes/place/html.py index 94e5e6f408..5eac5f266a 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -24,7 +24,7 @@ from flask import current_app from flask import g from flask_babel import gettext -from multidict import MultiDict +from werkzeug.datastructures import MultiDict from server.lib.cache import cache from server.lib.config import GLOBAL_CONFIG_BUCKET