mirror of https://gitlab.com/bashrc2/epicyon
Remove str
parent
eb609bb6be
commit
8c591ee55e
|
@ -465,8 +465,8 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
||||||
content = (content[:38]) if len(content) > 38 else content
|
content = (content[:38]) if len(content) > 38 else content
|
||||||
while len(content) < 40:
|
while len(content) < 40:
|
||||||
content += ' '
|
content += ' '
|
||||||
print(indent + str(posStr) + ' | ' + str(name) + ' | ' +
|
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||||
str(published) + ' | ' + str(content) + ' |')
|
published + ' | ' + content + ' |')
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
|
||||||
print('')
|
print('')
|
||||||
|
|
Loading…
Reference in New Issue