ConradSelig / cliStocksTracker

A command line utility for tracking a stock market portfolio. Primarily featuring high resolution braille graphs.
Apache License 2.0
55 stars 14 forks source link

Lack of a portfolio.ini file throws division by zero error. #23

Closed ConradSelig closed 3 years ago

ConradSelig commented 3 years ago

See title. There should already be a 'verify_config()' function (or similarly named function) in the program. A check for the existence of the portfolio config file should go in there.