This commit is contained in:
parent
1ba7faed1b
commit
a3482cf2e8
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue