1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-20 16:54:31 +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

View File

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