This commit is contained in:
Aevann1 2022-01-04 23:11:29 +02:00
parent e1a2772f3f
commit 64160581f9
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ from sqlalchemy import *
import gevent
from werkzeug.middleware.proxy_fix import ProxyFix
import redis
import time
app = Flask(__name__, template_folder='templates')
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)