This commit is contained in:
Aevann1 2021-12-15 00:37:47 +02:00
parent 7cabfa8e5d
commit 132ba8c5f4

View file

@ -16,7 +16,7 @@ import gevent
from werkzeug.middleware.proxy_fix import ProxyFix
import redis
if environ.get("CHRISTMAS"): templates = 'christmas/templates'
if environ.get("CHRISTMAS"): templates = 'templates/CHRISTMAS'
else: templates = 'templates'
app = Flask(__name__, template_folder=templates)