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

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

parents ad55a5a9 b43794e9
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ logger = logging.getLogger("ucoin/hdc") ...@@ -23,7 +23,7 @@ logger = logging.getLogger("ucoin/hdc")
class HDC(API): class HDC(API):
def __init__(self, server=None, port=None, module='hdc'): def __init__(self, module='hdc', server=None, port=None):
super().__init__(module, server, port) super().__init__(module=module, server=server, port=port)
from . import amendments, coins, transactions from . import amendments, coins, transactions
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