huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 40 forks source link

Do not fail on existing token without price, e.g. DRP #47

Closed dmitryn closed 6 years ago

dmitryn commented 7 years ago

App crashes If you try to add token which exists, but has no price yet. For example, DRP token.

This fix makes It silently ignore such tokens. Maybe a better idea would be to show user a warning message instead.