mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Suits: Init monitor.state['Suits'] to empty dict
This commit is contained in:
parent
30b8a5eead
commit
eed4402340
@ -151,7 +151,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
'Data': defaultdict(int), # Backpack Data
|
||||
},
|
||||
'SuitCurrent': None,
|
||||
'Suits': None,
|
||||
'Suits': {},
|
||||
'SuitLoadoutCurrent': None,
|
||||
'SuitLoadouts': {},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user