Show content after bookmark

main
Bob Mottram 2021-03-21 16:09:18 +00:00
parent 47c39b408b
commit 681cb126ee
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ def _desktopShowBox(boxName: str, boxJson: {},
if postJsonObject['object'].get('ignores'):
content = '🔇'
if postJsonObject['object'].get('bookmarks'):
content = '🔖'
content = '🔖' + content
print(indent + str(posStr) + ' | ' + name + ' | ' +
published + ' | ' + content)
ctr += 1