mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 23:59:38 +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.root.event_generate('<<DashboardEvent>>', when="tail")
|
||||
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logger.exception('Processing Status.json')
|
||||
|
||||
# singleton
|
||||
|
Loading…
x
Reference in New Issue
Block a user