minor fix in render.py
This commit is contained in:
parent
92538adfaa
commit
a3cd191b99
1 changed files with 2 additions and 1 deletions
|
@ -202,6 +202,7 @@ class LoginPart(Part):
|
|||
self.fragments.append(style_bold())
|
||||
self.fragments.append(style_color(COLOR_TERM_SCREEN))
|
||||
self.fragments.append(screen)
|
||||
|
||||
self.fragments.append(style_reset())
|
||||
|
||||
def list_homes():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue