Skip to content

Commit ad159bc

Browse files
authored
Add "Averses de neige faible" weather class
1 parent 1751899 commit ad159bc

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
@@ -187,6 +187,10 @@ class meteoError(Exception):
187187
"snowy",
188188
SNOWY_INFO_ANIMATION,
189189
),
190+
"Averses de neige faible": (
191+
"snowy",
192+
SNOWY_INFO_ANIMATION,
193+
),
190194
"Neige forte": (
191195
"snowy",
192196
SNOWY_INFO_ANIMATION,

0 commit comments

Comments
 (0)