diff --git a/config.py b/config.py index 02b2295e62..df2dde2720 100644 --- a/config.py +++ b/config.py @@ -25,7 +25,7 @@ WWO API key here: https://developer.worldweatheronline.com/api/ """ -WWO_API_KEY = '' +WWO_API_KEY = 'f8b3d49c6cd14e1f85f32430192803' MAX_FORECAST_LEN = 13 _DEFAULT_TEMP_UNIT = 'F'