diff options
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 33326c416..298f227ce 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -104,11 +104,16 @@ class main(QObject): except: translation.install(unicode=False) - self.connector = Connector() - self.mainWindow = MainWindow(self.connector) + + #self.connector = Connector() + #self.mainWindow = MainWindow(self.connector) self.connWindow = ConnectionManager() self.mainloop = self.Loop(self) - self.connectSignals() + self.connWindow.show() + + sys.exit() + + #self.connectSignals() self.checkClipboard = False default = self.refreshConnections() |