From 475a96fc5623f6ed713fe4965e6f279a865d2119 Mon Sep 17 00:00:00 2001 From: meraj687 <40122889+meraj687@users.noreply.github.com> Date: Tue, 8 Jan 2019 18:09:51 +0530 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 02b2295e62..41ff5f1e55 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 = '< a288f90eb5b04958806141211182410>' MAX_FORECAST_LEN = 13 _DEFAULT_TEMP_UNIT = 'F'