Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit1345 committed Aug 17, 2023
1 parent 1ab654a commit 0332bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-py/h2o/h2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def connection():
def init(url=None, ip=None, port=None, name=None, https=None, cacert=None, insecure=None, username=None, password=None,
cookies=None, proxy=None, start_h2o=True, nthreads=-1, ice_root=None, log_dir=None, log_level=None,
max_log_file_size=None, enable_assertions=True, max_mem_size=None, min_mem_size=None, strict_version_check=None,
ignore_config=False, extra_classpath=None, jvm_custom_args=None, bind_to_localhost=True,verbose = True,**kwargs):
ignore_config=False, extra_classpath=None, jvm_custom_args=None, bind_to_localhost=True, verbose = True, **kwargs):
"""
Attempt to connect to a local server, or if not successful start a new server and connect to it.
Expand Down

0 comments on commit 0332bca

Please sign in to comment.