1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

[2262] Format SLEF with Square Brackets

This commit is contained in:
David Sangrey 2024-06-23 13:26:44 -04:00
parent 067bef628e
commit 19c9151135
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -730,7 +730,7 @@ class EDLogs(FileSystemEventHandler):
})
initial_dict.update({'data': data_dict})
output = json.dumps(initial_dict, indent=4)
self.slef = str(output)
self.slef = str(f"[{output}]")
elif event_type == 'modulebuy':
self.state['Modules'][entry['Slot']] = {