From 5806fe1df8f6a81b6a19638a6e43c8fc9cb06010 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 20 Sep 2021 21:40:05 +0200 Subject: [PATCH] fdsfsd --- files/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/__main__.py b/files/__main__.py index 8b81c56af..1031e774c 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -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()