Skip to content

Commit

Permalink
Merge pull request #109 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Dec 5, 2024
2 parents 1dd4ee1 + e6829a7 commit 2782e58
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion imclient/imclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def init_client(im_url, auth_data, rest=True, ssl_verify=False):
Default `False`.
Returns(:py:class:`imclient.IMClient`): A client ready to interact with an IM instance.
"""
options = {}
options = {"force": False, "quiet": True, "name": None, "system_name": None}
if rest:
options["restapi"] = im_url
else:
Expand Down
Loading

0 comments on commit 2782e58

Please sign in to comment.