Browse Source

Don't try to use non-existent variables

pull/66/merge
Tulir Asokan 6 months ago
parent
commit
6332613e13
  1. 2
      sticker/lib/matrix.py

2
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}")

Loading…
Cancel
Save