aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2024-06-17 22:48:15 +0300
committerTulir Asokan <tulir@maunium.net>2024-06-17 22:48:15 +0300
commit6332613e13dd6378b58f8cf557419c127bb2ab1d (patch)
tree0f319b4f92a466bacaad0f4d251eef79760dc061
parentdbc3a9fbb8017cf91404d50be9986b89a1a56275 (diff)
Don't try to use non-existent variables
-rw-r--r--sticker/lib/matrix.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sticker/lib/matrix.py b/sticker/lib/matrix.py
index de436a7..f44ff7c 100644
--- a/sticker/lib/matrix.py
+++ b/sticker/lib/matrix.py
@@ -68,8 +68,6 @@ async def load_config(path: str) -> None:
"homeserver": homeserver_url,
"user_id": user_id,
"access_token": access_token,
- "giphy_api_key": giphy_api_key,
- "giphy_mxc_prefix": giphy_mxc_prefix,
}, config_file)
print(f"Wrote config to {path}")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage