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

Merge branch 'master' of https://github.com/Insoleet/ucoin-python-api into dev

parents 2c5ddc58 5699430f
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class Wallet(Network): ...@@ -52,7 +52,7 @@ class Wallet(Network):
- `pgp_fingerprint`: pgp fingerprint to use as a filter - `pgp_fingerprint`: pgp fingerprint to use as a filter
""" """
super().__init__(server, port) super().__init__(server=server, port=port)
self.pgp_fingerprint = pgp_fingerprint self.pgp_fingerprint = pgp_fingerprint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment