Skip to content

Commit

Permalink
add missing comma to first end screen #21
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 15, 2024
1 parent 8889571 commit 1199e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def welcome():
_planning = False
# clear the terminal
clear()
print("\nMaybe some other time then.\n")
print("\nMaybe some other time, then.\n")
print(Fore.MAGENTA +
pyfiglet.figlet_format("Bye for now!", font="doom")
+ Fore.RESET)
Expand Down

0 comments on commit 1199e21

Please sign in to comment.