Tweak the tasks flow
This commit is contained in:
parent
ac5f349d0f
commit
13cee5dbae
3 changed files with 4 additions and 2 deletions
|
@ -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", {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue