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: missing redirect


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: missing redirect
Date: Thu, 18 Jan 2018 22:46:47 +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 02e40fa  missing redirect
02e40fa is described below

commit 02e40fa7e6439e93cbd6e402823c128a5c209ba2
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 22:46:44 2018 +0100

    missing redirect
---
 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 26afe34..d7b43ec 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -91,7 +91,7 @@ def submit_survey():
     resp = backend_post("tip-authorize", tip_spec)
 
     if resp.get("tip_redirect_url"):
-        flask.redirect(resp["tip_redirect_url"])
+        return flask.redirect(resp["tip_redirect_url"])
 
     err_abort(500, message="Tipping failed, unexpected backend response",
               json=resp)

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



reply via email to

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