diff --git a/buba/animations/dbf.py b/buba/animations/dbf.py index 421da64..6ffdf3b 100644 --- a/buba/animations/dbf.py +++ b/buba/animations/dbf.py @@ -35,7 +35,8 @@ class DBFAnimation(BubaAnimation): def update(self): try: self.fetch() - except Exception: + except Exception as e: + self.log.warning(f"Unable to fetch {self.station}: {e}") pass sleep(60)