mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-02 08:31:16 +03:00
dashboard: No need for except var if unused.
This commit is contained in:
parent
9b09d8bd07
commit
404f1fa641
@ -159,7 +159,7 @@ class Dashboard(FileSystemEventHandler):
|
|||||||
self.status = entry
|
self.status = entry
|
||||||
self.root.event_generate('<<DashboardEvent>>', when="tail")
|
self.root.event_generate('<<DashboardEvent>>', when="tail")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception:
|
||||||
logger.exception('Processing Status.json')
|
logger.exception('Processing Status.json')
|
||||||
|
|
||||||
# singleton
|
# singleton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user