Add theme color config item
This commit is contained in:
parent
abc168257e
commit
694511121c
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ with open('config/me.yml') as f:
|
|||
ICON_URL = conf['icon_url']
|
||||
PASS = conf['pass']
|
||||
PUBLIC_INSTANCES = conf.get('public_instances')
|
||||
THEME_COLOR = conf.get('theme_color')
|
||||
|
||||
USER_AGENT = (
|
||||
f'{requests.utils.default_user_agent()} '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue