summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-28 12:23:41 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-28 12:23:41 +0100
commite0cf85f8fb076f12ccd5870ed0925e243683274b (patch)
treed60bc828b78814f9d7f8a4f715453a81350e5055
parent0edae534359f38a2b8cdc480eb87036804826f11 (diff)
downloadsurvey-e0cf85f8fb076f12ccd5870ed0925e243683274b.tar.gz
survey-e0cf85f8fb076f12ccd5870ed0925e243683274b.tar.bz2
survey-e0cf85f8fb076f12ccd5870ed0925e243683274b.zip
Remove "tip id" from the /pick parameters
-rw-r--r--talersurvey/survey/survey.py1
1 files changed, 0 insertions, 1 deletions
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: