def close(self): """Closing Jarvis.""" reminderQuit() if self.enable_voice: self.speech.text_to_speech("Goodbye, see you later") print(Fore.RED + "Goodbye, see you later!" + Fore.RESET) exit()
def close(self): """Closing Jarvis.""" reminderQuit() print_say("Goodbye, see you later!", self, Fore.RED) exit()