mirror of https://gitlab.com/bashrc2/epicyon
Check boxname
parent
2602aa5cd8
commit
6863d3bf62
1
posts.py
1
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
|
||||
|
|
Loading…
Reference in New Issue