Skip to content

Commit

Permalink
unify session connection creation between client and gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 6, 2024
1 parent ac3e9af commit d2df5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ class _BlitzGateway (object):

def __init__(self, username=None, passwd=None, client_obj=None, group=None,
clone=False, try_super=False, host=None, port=None,
extra_config=None, secure=False, anonymous=True,
extra_config=None, secure=True, anonymous=True,
useragent=None, userip=None):
"""
Create the connection wrapper.
Expand Down

0 comments on commit d2df5fb

Please sign in to comment.