Skip to content

Commit d892192

Browse files
authored
Fixed bug
1 parent ea3ffc2 commit d892192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

largefilefinder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ def main(stdscr):
4848
stdscr.nodelay(False)
4949
curses.start_color()
5050
curses.init_pair(1,curses.COLOR_BLUE,curses.COLOR_BLACK)
51-
fl = 0
51+
5252
while True:
53+
fl = 0
5354
sx,sy = os.get_terminal_size()
5455
maxname = sx - 15
5556
if refresh:

0 commit comments

Comments
 (0)