gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] 11/14: -trial fix


From: gnunet
Subject: [taler-taler-merchant-demos] 11/14: -trial fix
Date: Sun, 06 Sep 2020 11:20:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

commit 9ab9af94148123ea23a71a79cf549599e20273d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 6 10:51:06 2020 +0200

    -trial fix
---
 talermerchantdemos/blog/blog.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 436d7c6..ebf6b79 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -39,9 +39,8 @@ 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 = flask.Flask(__name__, template_folder=BASE_DIR, static_folder='T')
 app.secret_key = base64.b64encode(os.urandom(64)).decode("utf-8")
-app.config['STATIC_FOLDER'] = 'T'
 
 LOGGER = logging.getLogger(__name__)
 TC = TalerConfig.from_env()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]