From cc8bad47c63e75251c16253abc65e2debbe165f3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 15:49:58 +0200 Subject: [PATCH] sneed --- drama/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/routes/users.py b/drama/routes/users.py index f1762f3a4..9418ee5df 100644 --- a/drama/routes/users.py +++ b/drama/routes/users.py @@ -9,7 +9,7 @@ from drama.mail import * from flask import * from drama.__main__ import app, cache, limiter, db_session from pusher_push_notifications import PushNotifications -from .front import resize +from .posts import resize PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()