From 774e0a95f45e6d7db807fbacf8da43bcc8824a8d Mon Sep 17 00:00:00 2001 From: Nicole Weber Date: Wed, 19 Jan 2022 10:38:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EUIModellTaktil.py=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UIModellTaktil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIModellTaktil.py b/UIModellTaktil.py index 1b2e8da..f1d0593 100644 --- a/UIModellTaktil.py +++ b/UIModellTaktil.py @@ -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: