Skip to content

Commit

Permalink
[Console] endwin() not needed when using wrapper
Browse files Browse the repository at this point in the history
Using it anyway produces a crash because it returns an error if called two times without any intervening updates.

Closes: deluge-torrent#461
  • Loading branch information
Lord-Kamina authored and doadin committed Sep 21, 2024
1 parent fd499a3 commit 405b40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deluge/ui/console/modes/basemode.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def close(self):
curses.nocbreak()
self.stdscr.keypad(0)
curses.echo()
curses.endwin()


def add_string(
Expand Down

0 comments on commit 405b40f

Please sign in to comment.