Feilong

Results 1 issues of Feilong

This [line](https://github.com/Griffintaur/News-At-Command-Line/blob/6d3de58224433228b7853dcbcfc05c2c0c5c107c/News/configReader.py#L16) will create an IOError if the script is run from the Main.py but not installed. ``` with open("config.yml", 'r') as ymlfile: IOError: [Errno 2] No such file or...