libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

fix request

Diffstat:
Mcli/libeufin-cli | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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