1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-08-18 15:04:05 +03:00

Missed an add_event call

This commit is contained in:
A_D 2020-08-04 19:25:44 +02:00
parent dd85fc0504
commit d5dd23ce38
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

@ -632,7 +632,7 @@ def journal_entry(cmdr: str, is_beta: bool, system: str, station: str, entry: Di
# Selling / swapping ships # Selling / swapping ships
if event_name == 'ShipyardNew': if event_name == 'ShipyardNew':
add_event( new_add_event(
'addCommanderShip', 'addCommanderShip',
entry['timestamp'], entry['timestamp'],
{'shipType': entry['ShipType'], 'shipGameID': entry['NewShipID']} {'shipType': entry['ShipType'], 'shipGameID': entry['NewShipID']}