forked from MarseyWorld/MarseyWorld
sfdsdf
parent
535709092e
commit
cdd24572ce
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue