gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: instance now part of


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: instance now part of backend URL
Date: Wed, 09 Oct 2019 10:36:29 +0200

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 8e1fdc2  instance now part of backend URL
8e1fdc2 is described below

commit 8e1fdc264c0105ec39c2697c92bbebeadb9d94df
Author: Florian Dold <address@hidden>
AuthorDate: Wed Oct 9 14:06:06 2019 +0530

    instance now part of backend URL
---
 talersurvey/survey/survey.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index a016a9f..e143aa4 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -198,7 +198,7 @@ def favicon():
 #         in a prettified format.
 @app.route("/survey-stats", methods=["GET"])
 def survey_stats():
-    stats = backend_get("tip-query", dict(instance="default"))
+    stats = backend_get("tip-query")
     return flask.render_template("templates/survey_stats.html", stats=stats)
 
 
@@ -221,7 +221,6 @@ def submit_survey():
     tip_spec = dict(
         amount=CURRENCY + ":1.0",
         next_url=os.environ.get("TALER_ENV_URL_INTRO", "https://taler.net/";),
-        instance="default",
         justification="Payment methods survey"
     )
     backend_resp = backend_post("tip-authorize", tip_spec)

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



reply via email to

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