mirror of https://gitlab.com/bashrc2/epicyon
Debug for invalid box name
parent
789a9c374a
commit
b7b8d35e9c
|
@ -755,6 +755,7 @@ def personBoxJson(recentPostsCache: {},
|
|||
boxname != 'tlfeatures' and \
|
||||
boxname != 'outbox' and boxname != 'moderation' and \
|
||||
boxname != 'tlbookmarks' and boxname != 'bookmarks':
|
||||
print('ERROR: personBoxJson invalid box name ' + boxname)
|
||||
return None
|
||||
|
||||
if not '/' + boxname in path:
|
||||
|
|
Loading…
Reference in New Issue