From 4b2a093186440349fa9b0f4bc3e3ccc38bd3fb4e Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 27 Apr 2024 17:06:26 -0500 Subject: [PATCH] Junk spacing --- fallout_boot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fallout_boot.py b/fallout_boot.py index 2464e27..405313e 100644 --- a/fallout_boot.py +++ b/fallout_boot.py @@ -45,7 +45,7 @@ def runBoot(scr, hardMode): curses.noecho() scr.scrollok(True) - + slowWrite(scr, MESSAGE_1 + '\n\n') if hardMode: @@ -89,7 +89,7 @@ def runBoot(scr, hardMode): slowWrite(scr, '>') curses.napms(INPUT_PAUSE) slowWrite(scr, ENTRY_4 + '\n', TYPE_DELAY, True) - + curses.napms(INPUT_PAUSE) return True