Tweak the tasks flow

This commit is contained in:
Thomas Sileo
2018-07-17 23:46:12 +02:00
parent ac5f349d0f
commit 13cee5dbae
3 changed files with 4 additions and 2 deletions

View File

@@ -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 = strtobool(conf.get("hide_following", "false"))
HIDE_FOLLOWING = conf.get("hide_following", False)
# Theme-related config
theme_conf = conf.get("theme", {})