1
0
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:
Athanasius 2020-10-14 19:57:16 +01:00
parent 9b09d8bd07
commit 404f1fa641

View File

@ -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