mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-24 15:59:42 +02:00
fix lint
This commit is contained in:
parent
a5b124c010
commit
deaae84ed7
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class PandoraBox:
|
|||
if self.has_curses:
|
||||
# display log on screen
|
||||
self.logs.append(msg)
|
||||
if len(self.logs)>(curses.LINES-22):
|
||||
if len(self.logs) > (curses.LINES - 22):
|
||||
self.logs.pop(0)
|
||||
self._log_update()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue