From e6829a7bdb89d0589828bf6475766c7c93891585 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 5 Dec 2024 16:22:29 +0100 Subject: [PATCH] Fix #108 --- imclient/imclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imclient/imclient.py b/imclient/imclient.py index b14a6ba..b4bccb8 100755 --- a/imclient/imclient.py +++ b/imclient/imclient.py @@ -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: