Release 4.2.2
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 adict
before trying to use.values()
on it. This fixes the issue with seeinglist object has no attribute values
in the application status line.