Add 'ship name' to stats, and make it possible to tag ships with names.

This commit is contained in:
Anna Rose Wiggins 2016-01-30 19:00:05 -05:00
parent 26625f8c18
commit 79dcc9a238
3 changed files with 70 additions and 19 deletions

View file

@ -21,4 +21,5 @@ def update_inara(inara_session):
'location': data['lastSystem']['name'],
'credits': data['commander']['credits'],
'assets': assets,
'ship_id': data['ship']['id'],
}