ui/Curses.py unused variable

This variable is not used.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 15:54:20 +02:00
parent a69ef4325a
commit 10c37cf7a4

View File

@ -141,7 +141,7 @@ class CursesAccountFrame:
def addstr():
try:
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
self.ui.exec_locked(addstr)