This commit is contained in:
Aevann1 2021-08-05 16:41:32 +02:00
parent 4f73c499df
commit bd19e06055
14 changed files with 19 additions and 19 deletions

View file

@ -11,7 +11,7 @@ from flask import *
from files.__main__ import app, limiter
from pusher_push_notifications import PushNotifications
site = environ.get("domain").strip()
site = environ.get("DOMAIN").strip()
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()