„UIModellTaktil.py“ ändern

This commit is contained in:
Nicole Weber 2022-01-19 10:38:27 +00:00
parent a3cfe6aca9
commit 774e0a95f4

View File

@ -55,7 +55,7 @@ class ModellTaktil(Modell):
self.controller.resetInfo()
self.controller.addInfoText('Starten des gefuerten Buchstabierens -- ')
command = self.dll.getCommandCopyspellingVisuell().split(" ")
command = self.dll.getCommandCopyspellingTaktil().split(" ")
process = Popen(command, stdout=PIPE, universal_newlines=True)
self.openVibeAktiv = True
@ -173,7 +173,7 @@ class ModellTaktil(Modell):
print("start freeSpelling")
self.controller.resetInfo()
self.controller.addInfoText('Starten des freien Buchstabierens -- ')
command = self.dll.getCommandFreespellingVisuell().split(" ")
command = self.dll.getCommandFreespellingTaktil().split(" ")
process = Popen(command, stdout=PIPE, universal_newlines=True)
self.openVibeAktiv = True
while True: