From 739b19668ab6ac9bef1a107514f21e7066809b43 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sun, 14 Jan 2024 15:21:17 -0800 Subject: [PATCH] Got a little too copy and paste happy --- kuow_fetcher.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kuow_fetcher.py b/kuow_fetcher.py index 293cf9c..5f8e0d0 100644 --- a/kuow_fetcher.py +++ b/kuow_fetcher.py @@ -10,8 +10,6 @@ url = ( ) log_file = "kuow_bot_logfile.txt" config = yaml.safe_load(open("config.yml")) -stadiamaps_api_key = config["stadiamaps"]["api_key"] -nominatim_url = config["nominatim"]["api_base_url"] mastodon = Mastodon( client_id=config["mastodon"]["client_id"], client_secret=config["mastodon"]["client_secret"],