Refactor icons directory
This commit is contained in:
parent
adbd46f715
commit
4b80ff19dc
229 changed files with 11 additions and 11 deletions
|
|
@ -174,7 +174,7 @@ class AlertsModule:
|
|||
align = self.draw_alert({
|
||||
"title": "Impossible de générer les alertes de " + alert.__name__,
|
||||
"description": type(e).__name__ + ": " + (e.message if hasattr(e, 'message') else str(e)),
|
||||
"icon": "wi-earthquake.png",
|
||||
"icon": "weather/wi-earthquake.png",
|
||||
}, width, image, draw, fnt_R, fnt_B, align, font_size)
|
||||
else:
|
||||
align = self.draw_alert(alert, width, image, draw, fnt_R, fnt_B, align, font_size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue