Skip to content

Commit

Permalink
Fix the wakepy logo/text printed to CLI (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Sep 20, 2024
1 parent 9f48d20 commit 413c561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wakepy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_startup_text(mode: ModeName) -> str:
from wakepy import __version__

wakepy_text = WAKEPY_TEXT_TEMPLATE.format(
VERSION_STRING=f"{' v.'+__version__[:24]: <24}"
VERSION_STRING=f"{' v.'+__version__[:24]: <28}"
)
options_txt = WAKEPY_TICKBOXES_TEMPLATE.strip("\n").format(
no_auto_suspend="x",
Expand Down

0 comments on commit 413c561

Please sign in to comment.