Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Soldrion <78869992+Soldrion@users.noreply.github.com>
  • Loading branch information
Soldrion authored Mar 4, 2024
1 parent ce1bd38 commit 0aa16e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ def cmd_processor(cmd):
for i in range(0,len(directories)):
item = directories[i]
items.append(item)
if i == 8:
if i == 14:
items.append(" ")
screen_lines.append(items)
items = []
screen_lines.append(items)
if i == 16:
if i == 34:
items.append(" ")
screen_lines.append(items)
items = []
Expand Down

0 comments on commit 0aa16e2

Please sign in to comment.