1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-09-16 00:11:03 +00:00

Don't try to use non-existent variables

This commit is contained in:
Tulir Asokan 2024-06-17 22:48:15 +03:00
parent dbc3a9fbb8
commit 6332613e13

View file

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