gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix request


From: gnunet
Subject: [libeufin] branch master updated: fix request
Date: Mon, 05 Oct 2020 18:13:47 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 4a90f61  fix request
4a90f61 is described below

commit 4a90f612885d5bcedeeaf664aae512657be89173
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 5 18:13:25 2020 +0200

    fix request
---
 cli/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/libeufin-cli b/cli/libeufin-cli
index 2764472..143ff35 100755
--- a/cli/libeufin-cli
+++ b/cli/libeufin-cli
@@ -299,7 +299,7 @@ def fetch_transactions(obj, account_name, nexus_user_id, 
nexus_password, nexus_b
         nexus_base_url, 
"/bank-accounts/{}/fetch-transactions".format(account_name)
     )
     try:
-        resp = post(url, json=dict(), auth = auth.HTTPBasicAuth(nexus_user_id, 
nexus_password))
+        resp = post(url, auth = auth.HTTPBasicAuth(nexus_user_id, 
nexus_password))
     except Exception:
         print("Could not reach nexus")
         return

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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