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:
parent
067bef628e
commit
19c9151135
@ -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']] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user