rleonard21 / PyTradier

A Python library for interfacing with Tradier.com's trading API.
pytradier.readthedocs.io
GNU General Public License v3.0
53 stars 30 forks source link

Update default value to boolean to fix #21

Closed megamanics closed 1 year ago

megamanics commented 1 year ago

@rleonard21

This fixes https://github.com/rleonard21/PyTradier/issues/20

b"Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [<class 'bool'>]"

rleonard21 commented 1 year ago

thanks!