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 buggy output from announcment_coin = none #52

Closed codylocks closed 2 years ago

codylocks commented 2 years ago

Anncoument_coin = None still dropped into an else meant to catch new coins which arent on gate io and leads to some buggy output, this prevents output if annocumentcoin=none

Jrjy3 commented 2 years ago

This solution was implemented from another PR yesterday. I believe this PR is now redundant.