diff --git a/src/endpoints/handlers/bett.py b/src/endpoints/handlers/bett.py index 1c5d12e..5f9941a 100644 --- a/src/endpoints/handlers/bett.py +++ b/src/endpoints/handlers/bett.py @@ -151,6 +151,6 @@ async def log_bed_weights(): add_weights_to_log(tl, tr, bl, br) check_for_change() - except: - pass + except Exception as ex: + logging.exception(ex) await asyncio.sleep(1)