aitjcize / alec

Alec the trading bot.
0 stars 0 forks source link

catch timeout exception #25

Closed EarlOu closed 6 years ago

EarlOu commented 7 years ago

In #24, we adds timeout for requests. However, when timeout, exception is raised and the bot will crash, which is equally bad. This change catches the exception and retry so bot can still running.