1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-23 10:27:39 +03:00
Athanasius 2756ea3f39 Ensure we definitely can add mandatory fields to EDDN messages
This came to light due to python3 not liking try['StarPos'] =
list(this.coordinates) if this.coordinates was None.  As the comment
says these three fields are mandatory, ensure we can actually set them
appropriately, and display an error if not.
2019-09-26 11:40:41 +01:00
..