mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-17 14:33:27 +02:00
Don't try to use non-existent variables
This commit is contained in:
@ -68,8 +68,6 @@ async def load_config(path: str) -> None:
|
|||||||
"homeserver": homeserver_url,
|
"homeserver": homeserver_url,
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
"access_token": access_token,
|
"access_token": access_token,
|
||||||
"giphy_api_key": giphy_api_key,
|
|
||||||
"giphy_mxc_prefix": giphy_mxc_prefix,
|
|
||||||
}, config_file)
|
}, config_file)
|
||||||
print(f"Wrote config to {path}")
|
print(f"Wrote config to {path}")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user