From 6863d3bf627b851cccde83dad1b3a966319a285c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Aug 2021 17:17:36 +0100 Subject: [PATCH] Check boxname --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index c3f099dfd..9d503c872 100644 --- a/posts.py +++ b/posts.py @@ -3259,6 +3259,7 @@ def _createBoxIndexed(recentPostsCache: {}, boxname != 'tlfeatures' and \ boxname != 'outbox' and boxname != 'tlbookmarks' and \ boxname != 'bookmarks': + print('ERROR: invalid boxname ' + boxname) return None # bookmarks and events timelines are like the inbox