gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix typo: s/nexus_(username|password)/


From: gnunet
Subject: [libeufin] branch master updated: fix typo: s/nexus_(username|password)/\1/
Date: Wed, 26 Jan 2022 09:55:17 +0100

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

ttn pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c9016b5d fix typo: s/nexus_(username|password)/\1/
c9016b5d is described below

commit c9016b5d9b7580578c41c360c95d0abdda51c9e5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Jan 26 03:55:02 2022 -0500

    fix typo: s/nexus_(username|password)/\1/
---
 cli/bin/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index e05b15c6..9a69619d 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1406,7 +1406,7 @@ def simulate_incoming_transaction(
         resp = post(
             url,
             json=body,
-            auth=auth.HTTPBasicAuth(obj.nexus_username, obj.nexus_password)
+            auth=auth.HTTPBasicAuth(obj.username, obj.password)
         )
     except Exception as e:
         print(e)

-- 
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]