Got a little too copy and paste happy

This commit is contained in:
Liam Steckler 2024-01-14 15:21:17 -08:00
parent 09b0899f1f
commit 739b19668a

View file

@ -10,8 +10,6 @@ url = (
) )
log_file = "kuow_bot_logfile.txt" log_file = "kuow_bot_logfile.txt"
config = yaml.safe_load(open("config.yml")) config = yaml.safe_load(open("config.yml"))
stadiamaps_api_key = config["stadiamaps"]["api_key"]
nominatim_url = config["nominatim"]["api_base_url"]
mastodon = Mastodon( mastodon = Mastodon(
client_id=config["mastodon"]["client_id"], client_id=config["mastodon"]["client_id"],
client_secret=config["mastodon"]["client_secret"], client_secret=config["mastodon"]["client_secret"],