Skip to content

Commit

Permalink
[This one's worse, I promise]
Browse files Browse the repository at this point in the history
  • Loading branch information
ntninja committed Apr 17, 2020
1 parent 6570e5f commit dd2498f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipfshttpclient/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ class ClientBase(object):
_clientfactory = http.HTTPClient

def __init__(self, addr=DEFAULT_ADDR, base=DEFAULT_BASE,
username=None, password=None,
chunk_size=multipart.default_chunk_size,
session=False, **defaults):
session=False, username=None, password=None, **defaults):
"""Connects to the API port of an IPFS node."""

self.chunk_size = chunk_size
Expand Down

0 comments on commit dd2498f

Please sign in to comment.