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

Get ctrl-c to work #58

Closed Triasmus closed 2 years ago

Triasmus commented 2 years ago

I really wanted ctrl-c to work, so I figured out how to do it

suggest reviewing without whitespace, since I had to indent the entire while loop in main() to put it in a try:

First commit is ctrl-c Second commit is just a little bit of cleanup. I'd be fine removing it.