Tweak the webfinger resolution

This commit is contained in:
Thomas Sileo
2018-05-25 23:57:29 +02:00
parent d90e489fc6
commit 06f4f824d8
4 changed files with 52 additions and 30 deletions

View File

@@ -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')
# TODO(tsileo): choose dark/light style
THEME_COLOR = conf.get('theme_color')
USER_AGENT = (