Improve language.

This commit is contained in:
Felix Fontein 2024-12-28 14:27:15 +01:00
parent 995ab18e7b
commit 77de6d90bf
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ def _ros_api_connect(module, username, password, host, port, use_tls, force_no_c
elif not validate_cert_hostname:
ctx.check_hostname = False
else:
# Since librouteros doesn't pass server_hostname,
# Since librouteros does not pass server_hostname,
# we have to do this ourselves:
def wrap_context(*args, **kwargs):
kwargs.pop('server_hostname', None)