CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 269 forks source link

Fix trade_client IndentationError #10

Closed altchater closed 2 years ago

altchater commented 2 years ago

Remove an indentation level from the convert_volume function in trade_client.py to fix an IndentationError.

moreplatesmoredates commented 2 years ago

LGTM

CyberPunkMetalHead commented 2 years ago

Thanks! Merging this in now