fdsfsd
This commit is contained in:
parent
b74946da3b
commit
1cc9cfd7ea
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ app = Flask(__name__, template_folder='./templates')
|
||||||
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)
|
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)
|
||||||
app.url_map.strict_slashes = False
|
app.url_map.strict_slashes = False
|
||||||
app.jinja_env.cache = {}
|
app.jinja_env.cache = {}
|
||||||
import faulthandler
|
# import faulthandler
|
||||||
faulthandler.enable()
|
# faulthandler.enable()
|
||||||
|
|
||||||
app.config["SITE_NAME"]=environ.get("SITE_NAME").strip()
|
app.config["SITE_NAME"]=environ.get("SITE_NAME").strip()
|
||||||
app.config["COINS_NAME"]=environ.get("COINS_NAME").strip()
|
app.config["COINS_NAME"]=environ.get("COINS_NAME").strip()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue