No more extra inboxes

This commit is contained in:
Thomas Sileo
2019-08-25 10:54:17 +02:00
parent 562aae86f3
commit 4216b0b857
2 changed files with 0 additions and 5 deletions

View File

@@ -67,7 +67,6 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
SUMMARY = conf["summary"]
ICON_URL = conf["icon_url"]
PASS = conf["pass"]
EXTRA_INBOXES = conf.get("extra_inboxes", [])
HIDE_FOLLOWING = conf.get("hide_following", True)