fds
This commit is contained in:
parent
e1a2772f3f
commit
64160581f9
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue