mirror of https://gitlab.com/bashrc2/epicyon
Add indent when there are no posts
parent
a212094612
commit
5b25ecf950
|
@ -439,7 +439,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
||||||
|
|
||||||
if not index:
|
if not index:
|
||||||
print('')
|
print('')
|
||||||
sayStr = 'You have no ' + boxName + ' posts yet.'
|
sayStr = indent + 'You have no ' + boxName + ' posts yet.'
|
||||||
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
|
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
|
||||||
print('')
|
print('')
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue