Skip to content

Commit

Permalink
fixup! 🌈 style: Remove Py Prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wychlw committed Sep 18, 2024
1 parent 6f84f5f commit 0d0759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bpif3_armbian.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def default_proc():
system.loggin()

asciicast = e.exit()
logger = Tty("wrap=true\nsimple_recorder=true\n", asciicast)
logger = PyTty("wrap=true\nsimple_recorder=true\n", asciicast)
logger.begin()
e = Exec(logger)
system.tty = e
Expand Down

0 comments on commit 0d0759a

Please sign in to comment.