From 8bfe968b4b67fa79fcfdd48f9ae1490f4c7b0a9f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 15 Feb 2025 12:32:08 -0500 Subject: [PATCH] Added a small delay so the congratulations message for scoreboard can speak. --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index 82764e2..5cf4d70 100755 --- a/__init__.py +++ b/__init__.py @@ -147,6 +147,7 @@ class Scoreboard: write_config() speak(f"Congratulations {name}! You got position {position} on the scoreboard!") + time.sleep(1) return True