mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 01:23:21 -06:00
Merge 34f92b8af9d391d5b65b70e24cb13dda1b101af9 into a72e8dd6a45b220e328edf7faaa0dffc84a82116
This commit is contained in:
commit
467fd3b882
@ -34,6 +34,7 @@ class Auto(Output):
|
|||||||
output = self.get_first_available_output()
|
output = self.get_first_available_output()
|
||||||
if output:
|
if output:
|
||||||
output.speak(*args, **kwargs)
|
output.speak(*args, **kwargs)
|
||||||
|
output.braille(*args, **kwargs)
|
||||||
|
|
||||||
def is_system_output(self):
|
def is_system_output(self):
|
||||||
output = self.get_first_available_output()
|
output = self.get_first_available_output()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user