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"],