alpha-xone / xbbg

An intuitive Bloomberg API
https://xbbg.readthedocs.io/
Apache License 2.0
244 stars 51 forks source link

Typo #82

Closed Psyfun233 closed 1 year ago

Psyfun233 commented 1 year ago

core, conn.py, connect: if isinstance(kwargs.get('server_port', None), str): sess_opts.setServerPort(serverPort=kwargs['server_post']) Should be "server_port". Type is int.

alpha-xone commented 1 year ago

Feel free to correct (along with the other issue) and submit. Will merge if everything looks good.