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: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: typo
Date: Fri, 30 Aug 2019 14:19:05 +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 6caf873  typo
6caf873 is described below

commit 6caf873159bc7482771dc65e8f0bed28c89a65ef
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 14:19:03 2019 +0200

    typo
---
 talersurvey/survey/survey.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 76e2dbb..14e2258 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -205,7 +205,7 @@ def survey_stats():
 def get_qrcode_svg(data):
     factory = qrcode.image.svg.SvgImage
     img = qrcode.make(data, image_factory=factory)
-    return lxml.etree.tostring(img.get_image()).decode("utf-8")    
+    return lxml.etree.tostring(img.get_image()).decode("utf-8")
 
 
 ##
@@ -234,7 +234,7 @@ def submit_survey():
             qrcode_svg=qrcode_svg,
             taler_tip_uri=taler_tip_uri,
         )
-        headers = {"Taler", taler_tip_uri}
+        headers = {"Taler": taler_tip_uri}
         return flask.Response(content, status=402, headers=headers)
 
     err_abort(

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



reply via email to

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