Skip to content

Commit f24d3e1

Browse files
f-laurenspguyot
authored andcommitted
nabweatherd: add missing 'Bancs de Brouillard' weather class.
1 parent a037723 commit f24d3e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nabweatherd/nabweatherd.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ class meteoError(Exception):
207207
"foggy",
208208
FOGGY_INFO_ANIMATION,
209209
),
210+
"Bancs de Brouillard": (
211+
"foggy",
212+
FOGGY_INFO_ANIMATION,
213+
),
210214
"Brouillard": (
211215
"foggy",
212216
FOGGY_INFO_ANIMATION,

0 commit comments

Comments
 (0)