From d27c5678e95d4a4232cc3626a4969b9516b0f893 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 12 Feb 2021 04:24:09 +0000 Subject: [PATCH] Invalidated API key that was committed. Jeez. --- scripts/weather.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/weather.py b/scripts/weather.py index e6a477ad..c0d52b27 100644 --- a/scripts/weather.py +++ b/scripts/weather.py @@ -2,8 +2,6 @@ import requests import json import sys -#city = "London" -#api_key = "08588263e133e79c17cef6d01a5c6da8" city = sys.argv[1] api_key = sys.argv[2]