Refactor icons directory
This commit is contained in:
parent
adbd46f715
commit
4b80ff19dc
229 changed files with 11 additions and 11 deletions
2
main.py
2
main.py
|
|
@ -158,7 +158,7 @@ def main(only_on_coming_evt=False, ignore_module=[], force_coming_event=True, ex
|
|||
alerts.append({
|
||||
"title": "Impossible de dessiner " + s.module.__name__,
|
||||
"description": type(e).__name__ + ": " + (e.message if hasattr(e, 'message') else str(e)),
|
||||
"icon": "wi-earthquake.png",
|
||||
"icon": "weather/wi-earthquake.png",
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue