diff --git a/monitor.py b/monitor.py index 56144c03..f9085eee 100644 --- a/monitor.py +++ b/monitor.py @@ -163,6 +163,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below 'Taxi': None, # True whenever we are _in_ a taxi. ie, this is reset on Disembark etc. 'Dropship': None, # Best effort as to whether or not the above taxi is a dropship. 'Body': None, + 'BodyType': None, } def start(self, root: 'tkinter.Tk') -> bool: # noqa: CCR001