Chutney [main]
Handle missing network on start/refactor code
Sat Jan 14 14:48:36 2023 -0500
.gitignore | 1 +
chutney/exceptions.py | 3 +
chutney/garage/__init__.py | 5 +-
.../{garage_display.py => garagedisplayer.py} | 14 ++---
chutney/garage/garagelistener.py | 28 ++++++++++
.../garage/{garage_updater.py => garageupdater.py} | 0
chutney/runner.py | 65 +++++++++-------------
chutney/{symbol_display.py => symboldisplayer.py} | 2 +-
chutney/time/__init__.py | 2 +-
chutney/time/{time_display.py => timedisplayer.py} | 12 ++--
chutney/weather/__init__.py | 4 +-
.../{weather_display.py => weatherdisplayer.py} | 14 ++---
.../{weather_updater.py => weatherupdater.py} | 0
13 files changed, 85 insertions(+), 65 deletions(-)