mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop
This commit is contained in:
commit
b6fb39eb9b
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class Common:
|
||||||
)
|
)
|
||||||
left_spaces = (43 - len(self.version) - 1) // 2
|
left_spaces = (43 - len(self.version) - 1) // 2
|
||||||
right_spaces = left_spaces
|
right_spaces = left_spaces
|
||||||
if left_spaces + len(self.version) + right_spaces < 43:
|
if left_spaces + len(self.version) + 1 + right_spaces < 43:
|
||||||
right_spaces += 1
|
right_spaces += 1
|
||||||
print(
|
print(
|
||||||
Back.MAGENTA
|
Back.MAGENTA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue