From 00a060632b71cfa851e42b78666d8bdaaca55116 Mon Sep 17 00:00:00 2001 From: acegabriel Date: Mon, 15 Oct 2018 15:16:52 +0800 Subject: [PATCH] Update config.py for testing api --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 02b2295e62..3c1358696d 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 = '62db8a44dd244422a4f70226181510' MAX_FORECAST_LEN = 13 _DEFAULT_TEMP_UNIT = 'F'