Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderbyte09 authored Oct 23, 2022
1 parent ea3ffc2 commit d892192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion largefilefinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ def main(stdscr):
stdscr.nodelay(False)
curses.start_color()
curses.init_pair(1,curses.COLOR_BLUE,curses.COLOR_BLACK)
fl = 0

while True:
fl = 0
sx,sy = os.get_terminal_size()
maxname = sx - 15
if refresh:
Expand Down

0 comments on commit d892192

Please sign in to comment.