Skip to content

Commit

Permalink
nabweatherd: add missing 'Bancs de Brouillard' weather class.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed Jan 12, 2025
1 parent a037723 commit 6992cb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nabweatherd/nabweatherd.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ class meteoError(Exception):
"foggy",
FOGGY_INFO_ANIMATION,
),
"Bancs de Brouillard": (
"foggy",
FOGGY_INFO_ANIMATION,
),
"Brouillard": (
"foggy",
FOGGY_INFO_ANIMATION,
Expand Down

0 comments on commit 6992cb6

Please sign in to comment.