This commit is contained in:
Aevann1 2021-07-26 20:47:42 +02:00
parent 5a8a9de184
commit 9f058be9e6
16 changed files with 26 additions and 35 deletions

View file

@ -9,7 +9,7 @@ from drama.helpers.sanitize import *
from drama.helpers.markdown import *
from drama.mail import *
from flask import *
from drama.__main__ import app, cache, limiter, db_session
from drama.__main__ import app, limiter
from pusher_push_notifications import PushNotifications
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()