gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] 02/02: remove comment


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] 02/02: remove comment
Date: Mon, 29 Jan 2018 23:36:08 +0100

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

dold pushed a commit to branch master
in repository survey.

commit 6b033f2f56a073f63ceaf5639e3faf24b8282679
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 29 23:36:01 2018 +0100

    remove comment
---
 talersurvey/survey/survey.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 8a87a8a..c5b796c 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -31,7 +31,6 @@ app.secret_key = 
base64.b64encode(os.urandom(64)).decode('utf-8')
 TC = TalerConfig.from_env()
 BACKEND_URL = TC["frontends"]["backend"].value_string(required=True)
 CURRENCY = TC["taler"]["currency"].value_string(required=True)
-# Should eventually be read from the config too!
 APIKEY = TC["frontends"]["backend_apikey"].value_string(required=True)
 app.config.from_object(__name__)
 LOGGER = logging.getLogger(__name__)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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