Skip to content
Snippets Groups Projects
Commit 5699430f authored by inso's avatar inso
Browse files

Bug fixing

parent b43794e9
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ class Wallet(Network):
- `pgp_fingerprint`: pgp fingerprint to use as a filter
"""
super().__init__(server, port)
super().__init__(server=server, port=port)
self.pgp_fingerprint = pgp_fingerprint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment