mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
dashboard: Minor process()
type fix
This commit is contained in:
parent
4db4165676
commit
d40bb4f09c
@ -167,7 +167,7 @@ class Dashboard(FileSystemEventHandler):
|
||||
# Can get on_modified events when the file is emptied
|
||||
self.process(event.src_path if not event.is_directory else None)
|
||||
|
||||
def process(self, logfile: str = None) -> None:
|
||||
def process(self, logfile: str | None = None) -> None:
|
||||
"""
|
||||
Process the contents of current Status.json file.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user