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: Remove "tip id" from


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: Remove "tip id" from the /pick parameters
Date: Tue, 28 Nov 2017 12:24:37 +0100

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

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new e0cf85f  Remove "tip id" from the /pick parameters
e0cf85f is described below

commit e0cf85f8fb076f12ccd5870ed0925e243683274b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 28 12:23:41 2017 +0100

    Remove "tip id" from the /pick parameters
---
 talersurvey/survey/survey.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index dd68bca..cf90e2f 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -70,7 +70,6 @@ def utility_processor():
 def pick():
     body = flask.request.get_json()
     # Let the backend complain!
-    body["tip_id"] = flask.request.args.get("tip_id")
     r = requests.post(urljoin(BACKEND_URL, 'tip-pickup'),
                       json=body)
     if 200 != r.status_code:

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



reply via email to

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