ui/Curses.py unused variable
This variable is not used.
This commit is contained in:
parent
a69ef4325a
commit
10c37cf7a4
@ -141,7 +141,7 @@ class CursesAccountFrame:
|
|||||||
def addstr():
|
def addstr():
|
||||||
try:
|
try:
|
||||||
self.window.addstr(0, 0, accstr)
|
self.window.addstr(0, 0, accstr)
|
||||||
except curses.error as e: # Occurs when the terminal is very small
|
except curses.error: # Occurs when the terminal is very small
|
||||||
pass
|
pass
|
||||||
|
|
||||||
self.ui.exec_locked(addstr)
|
self.ui.exec_locked(addstr)
|
||||||
|
Loading…
Reference in New Issue
Block a user