federico123579 / XTBApi

Api for XBT trading platform.
MIT License
63 stars 30 forks source link

remove invocation of unknown method _check_login #6

Open michaelflowersky opened 3 years ago

michaelflowersky commented 3 years ago

Greetings,

Looks like invocation to _check_login is causing the following error:

self._check_login()\nAttributeError: \'Client\' object has no attribute \'_check_login\'\n')

when calling get_chart_range_request.

I prepared temporary fix which works for me.

I hope it will be useful.

Best Regards, Flowersky

fraserdarwent commented 3 years ago

Running into the same issue that this PR fixes @federico123579