Closed ghost closed 10 months ago
line 14 is mistyped: both conditions have the same URL: live
self.host = ( "https://live.trading212.com" if demo else "https://live.trading212.com" )
Fixed in 0.5.0
line 14 is mistyped: both conditions have the same URL: live
self.host = ( "https://live.trading212.com" if demo else "https://live.trading212.com" )