gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Fix dict.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Fix dict.
Date: Wed, 01 Mar 2017 15:18:20 +0100

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 5c90eb2  Fix dict.
5c90eb2 is described below

commit 5c90eb2ac887d22745ce939ae6c7662407f5cb7e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 1 15:18:27 2017 +0100

    Fix dict.
---
 talerfrontends/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index c0b57aa..e7cd8a7 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -184,7 +184,7 @@ def track_order():
     order_id = expect_parameter("order_id")
 
     url = urljoin(BACKEND_URL, 'track/transaction')
-    r = requests.get(url, params=dict("order_id"=order_id, 
"instance"=instance))
+    r = requests.get(url, params=dict(order_id=order_id, instance=instance))
 
     if r.status_code not in [200, 202, 424]:
         logger.error("failed to GET to '%s'", url)

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



reply via email to

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