TradeViaPython / a3_aliceblue

Apache License 2.0
12 stars 4 forks source link

Unsubscribe doesn't work for multiple tokens #2

Closed alandprem closed 2 years ago

alandprem commented 2 years ago

Issue with below method -

def unsubscribe(self, instrument)

*There are two statements. I think one needs to be removed.

TradeViaPython commented 2 years ago

Update module in pc and try it latest version = 1.0.1

alandprem commented 2 years ago

Working fine now. Thank you.