diff --git a/chime/database.py b/chime/database.py index b152922..6a5234d 100644 --- a/chime/database.py +++ b/chime/database.py @@ -42,6 +42,7 @@ class Database: if len(self.queued) > 0: self.store(self.queued.pop()) - except: + except Exception as exc: print('db error') + print(exc) self.queued.append(reading)