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 8, 2024
1 parent e9589e3 commit 1695b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def cmd_processor(cmd):
screen_lines.append(comb_line)
cmd_split = cmd.split(' ')
if cmd_split[0] == "sudo":
if cmd_split[1] == "dos_fdisk"
if cmd_split[1] == "dos_fdisk":
screen_lines.append("the disk is f")
if cmd_split[1] == "ls":
screen_lines.append(" ")
Expand Down

0 comments on commit 1695b74

Please sign in to comment.