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