Open DeqingSun opened 3 years ago
https://github.com/joshfraser/robinhood-to-csv/blob/4e664be77defa90432df285b27feea1165bb1418/profit_extractor.py#L102
When q is a float, the range fails. Forcing the q to int solve this bug.
https://github.com/joshfraser/robinhood-to-csv/blob/4e664be77defa90432df285b27feea1165bb1418/profit_extractor.py#L102
When q is a float, the range fails. Forcing the q to int solve this bug.