remotes/1693045480750635534/spooky-22
Aevann1 2021-09-20 21:40:05 +02:00
parent bea5f5e8d7
commit 5806fe1df8
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,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()