Compare commits
1 Commits
c257128948
...
0493edf8e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 0493edf8e6 |
@@ -377,7 +377,7 @@ def speak_current():
|
|||||||
history_service = SpeechHistoryService.get_instance()
|
history_service = SpeechHistoryService.get_instance()
|
||||||
message = history_service.get_most_recent()
|
message = history_service.get_most_recent()
|
||||||
if message:
|
if message:
|
||||||
speak("Last: " + message, interrupt=True, priority="important", add_to_history=False)
|
speak(message, interrupt=True, priority="important", add_to_history=False)
|
||||||
else:
|
else:
|
||||||
speak("No messages in history", interrupt=True, priority="important", add_to_history=False)
|
speak("No messages in history", interrupt=True, priority="important", add_to_history=False)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Reference in New Issue
Block a user