mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-16 07:12:17 +03:00
Aligned values of large dicts
helps your eyes track the changes
This commit is contained in:
parent
ed45d59af1
commit
b010b8015d
@ -868,7 +868,8 @@ class EDLogs(FileSystemEventHandler):
|
|||||||
for slot in sorted(
|
for slot in sorted(
|
||||||
self.state['Modules'],
|
self.state['Modules'],
|
||||||
key=lambda x: (
|
key=lambda x: (
|
||||||
'Hardpoint' not in x, x not in standard_order and len(standard_order) or standard_order.index(x),
|
'Hardpoint' not in x,
|
||||||
|
x not in standard_order and len(standard_order) or standard_order.index(x),
|
||||||
'Slot' not in x, x)
|
'Slot' not in x, x)
|
||||||
):
|
):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user