mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
[2262] Format SLEF with Square Brackets
This commit is contained in:
parent
067bef628e
commit
19c9151135
@ -730,7 +730,7 @@ class EDLogs(FileSystemEventHandler):
|
|||||||
})
|
})
|
||||||
initial_dict.update({'data': data_dict})
|
initial_dict.update({'data': data_dict})
|
||||||
output = json.dumps(initial_dict, indent=4)
|
output = json.dumps(initial_dict, indent=4)
|
||||||
self.slef = str(output)
|
self.slef = str(f"[{output}]")
|
||||||
|
|
||||||
elif event_type == 'modulebuy':
|
elif event_type == 'modulebuy':
|
||||||
self.state['Modules'][entry['Slot']] = {
|
self.state['Modules'][entry['Slot']] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user