mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 22:04:24 +00:00
Small UX update and added better logging for crashes
This commit is contained in:
@@ -888,5 +888,6 @@ try:
|
||||
if __name__ == "__main__":
|
||||
bga = BiogasControllerApp()
|
||||
bga.run()
|
||||
|
||||
except Exception as e:
|
||||
logger.critical(e)
|
||||
logger.critical(e, exc_info=True)
|
||||
|
||||
Reference in New Issue
Block a user