gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: syntax
Date: Sat, 24 Aug 2019 19:45:35 +0200

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new bf95a46  syntax
bf95a46 is described below

commit bf95a4605351a94395aa60c5a4cc6c1352b991e2
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 19:45:23 2019 +0200

    syntax
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 47b7074..e3215e6 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -329,7 +329,7 @@ def article(article_name, data=None):
         # run the payment protocol.
         contract_url = pay_status["contract_url"]
         taler_pay_uri = "talerpay:" + urllib.parse.quote_plus(contract_url) + 
";" + session_id
-        req_etag = request.headers.get("If-None-Match")
+        req_etag = flask.request.headers.get("If-None-Match")
         resp_etag = f"\"{taler_pay_uri}\""
         if req_etag == resp_etag:
             resp = flask.Response(status=304)

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



reply via email to

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