commit 4aaa49e49b9422ed955e071a3176856c9bc54ad5
parent a2314b9449167b4f31a3a242e016b9743251cf79
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Sep 2020 10:42:58 +0200
-trial fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
@@ -41,7 +41,7 @@ if not sys.version_info.major == 3 and sys.version_info.minor >= 6:
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
app = flask.Flask(__name__, template_folder=BASE_DIR)
app.secret_key = base64.b64encode(os.urandom(64)).decode("utf-8")
-app.iconfig['STATIC_FOLDER'] = 'T'
+app.config['STATIC_FOLDER'] = 'T'
LOGGER = logging.getLogger(__name__)
TC = TalerConfig.from_env()