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