Browse Source

Dateien hochladen nach „“

master
Nicole Weber 1 year ago
parent
commit
6497eb6f6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      UIController.py

+ 1
- 1
UIController.py View File

@@ -260,7 +260,7 @@ class Controller():
wird nach dem CopySpelling gestartet. Die Funktion erstellt ein Model (als Thread) und fuehrt die
Funktion trainXDawn aus.
'''
print("filterXDawn-Controller -Modi: " + self.modi)
if(self.modi == "taktilesBCI"):
self.model = ModellTaktil(self, dll=self.dll)
elif(self.modi == "visuellesBCI"):

Loading…
Cancel
Save