CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 303 forks source link

Fixed logger.Info() call in sell() function #128

Closed Linus045 closed 2 years ago

Linus045 commented 2 years ago

There was a typo in the logger.info function call which caused a silent crash in the t_sell_thread. See log in #112

CyberPunkMetalHead commented 2 years ago

Amazing, thank you!