sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.91k stars 2.19k forks source link

Correction of sample program syntax issues #1268

Closed KageRyo closed 1 year ago

KageRyo commented 1 year ago

lines 88 for kline in client.get_historical_klines_generator("BNBBTC", Client.KLINE_INTERVAL_1MINUTE, "1 day ago UTC") need a ':' at the end;

sammchardy commented 1 year ago

Thanks @KageRyo