From 6d58863a40a2e1504486a49f8595c240c8a370f7 Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Fri, 30 Apr 2021 15:42:10 +0100 Subject: [PATCH] Suits: Fix 'mame' typo --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 584ece48..d7714d53 100644 --- a/monitor.py +++ b/monitor.py @@ -995,7 +995,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below 'locName': entry.get('SuitName_Localised', entry['SuitName']), 'suitId': entry['SuitID'], }, - 'mame': entry['LoadoutName'], + 'name': entry['LoadoutName'], 'slots': self.suit_loadout_slots_array_to_dict(entry['Modules']), } self.state['SuitLoadouts'][new_loadout['loadoutSlotId']] = new_loadout