This commit is contained in:
Aevann1 2021-07-23 15:49:58 +02:00
parent a29b1fc1a0
commit 2e2d1ddac4

View file

@ -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()