Elite Dangerous Market Connector ("EDMC") is a third-party application for use with Frontier Developments' ("Frontier") game "Elite Dangerous" ("the game"). Its purpose is to facilitate supplying certain game data to, and in some cases retrieving it from, a number of websites and other tools.
To do this it utilises the Journal Files written by the game when played on a PC. It also makes use of Frontier's Companion API ("Frontier's CAPI"), accessible once you've authorised this application.
This release contains a minor bug-fix, actually properly checking a station's ships list before operating on it.
Check that ships['shipuard_list'] is a dict before trying to use .values() on it. This fixes the issue with seeing "list object has no attribute values" in the application status line.