Got a little too copy and paste happy
This commit is contained in:
parent
09b0899f1f
commit
739b19668a
1 changed files with 0 additions and 2 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue