proper way to open needed configuration file
according to configparser docs:
https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read
This method will throw an error if the file can't be found, rather than silently succeeding.