remotes/1693045480750635534/spooky-22
Aevann1 2021-12-15 00:37:47 +02:00
parent 535709092e
commit cdd24572ce
1 changed files with 1 additions and 1 deletions

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)