diff options
-rw-r--r-- | eitControl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py index 8bd9a61..d1a967b 100644 --- a/eitControl.py +++ b/eitControl.py @@ -57,6 +57,7 @@ class Experiment: self.hardwareSetup(args) # now we ready to do gui + self.guiSetup(root) self.guiSweeper.cmdStart() |