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: properly pass params


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: properly pass params
Date: Thu, 01 Feb 2018 07:38:54 +0100

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 0838cd1  properly pass params
0838cd1 is described below

commit 0838cd16b78f2cb2fbb812fcc31137d4c2c08f62
Author: Florian Dold <address@hidden>
AuthorDate: Thu Feb 1 07:38:50 2018 +0100

    properly pass params
---
 talersurvey/survey/survey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index d235bc3..013cc71 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -100,7 +100,7 @@ def internal_error(e):
 
 @app.route("/survey-stats", methods=["GET"])
 def survey_stats():
-    stats = backend_get("tip-query", instance="default")
+    stats = backend_get("tip-query", dict(instance="default"))
     return flask.render_template("survey_stats.html", stats=stats)
 
 

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



reply via email to

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