aitjcize / alec

Alec the trading bot.
0 stars 0 forks source link

bug fix: catch any exception from Slacker #49

Open Stimim opened 6 years ago

Stimim commented 6 years ago

Sometimes slacker might fail with exceptions other than slacker.Error. For example, it once threw a JSON exception... Just catch any exception so it won't break main logic.