diff --git a/open-weather/app/get_weather.py b/open-weather/app/get_weather.py index c4eae1a..dba20c8 100644 --- a/open-weather/app/get_weather.py +++ b/open-weather/app/get_weather.py @@ -49,3 +49,4 @@ class InvalidFormat(Exception): ' humidity={humidity}') else: exit('API not online.') +