try out TTY detection

This commit is contained in:
chrys
2016-07-06 01:13:28 +02:00
parent 5b3e5eecf6
commit c2d01cd780
3 changed files with 29 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ class speech():
if not self.isInitialized:
return False
try:
self.sd..set_output_module(module)
self.sd.set_output_module(module)
return True
except:
return False