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: set headers correctly


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: set headers correctly
Date: Fri, 30 Aug 2019 14:15:36 +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 991e4c0  set headers correctly
991e4c0 is described below

commit 991e4c08cb5a5cb89557743e707041f97d55107f
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 14:15:28 2019 +0200

    set headers correctly
---
 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 076aa93..7ac4efa 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -235,7 +235,7 @@ def submit_survey():
             taler_tip_uri=taler_tip_uri,
         )
         headers = {"Taler", taler_tip_uri}
-        return flask.Response(content, status=402, headers)
+        return flask.Response(content, status=402, headers=headers)
 
     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]