Tweak the default config

master
Thomas Sileo 2018-07-18 00:29:45 +02:00
rodzic ce4ff0b92e
commit 66c80e1084
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
PASS = conf["pass"]
EXTRA_INBOXES = conf.get("extra_inboxes", [])
HIDE_FOLLOWING = conf.get("hide_following", False)
HIDE_FOLLOWING = conf.get("hide_following", True)
# Theme-related config
theme_conf = conf.get("theme", {})