From 1199e219951ba3488669208d8157442da9d14916 Mon Sep 17 00:00:00 2001 From: Sylvia Blaho Date: Tue, 16 Apr 2024 01:58:05 +0200 Subject: [PATCH] add missing comma to first end screen #21 --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 197669a..a51b2b6 100644 --- a/run.py +++ b/run.py @@ -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)