diff --git a/utils.py b/utils.py index 8197ae2..14b0503 100644 --- a/utils.py +++ b/utils.py @@ -230,7 +230,7 @@ class Game: def exit(self): """Clean up and exit the game.""" - if self._speech and self.speech.provider_name == "speechd": + if self._speech and self.speech.providerName == "speechd": self.speech.close() pygame.mixer.music.stop() pygame.quit()