diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 16:03:24 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 16:03:24 +0200 |
commit | 0f90f432538ae73bbc975e6b801a3c3bb60c91b8 (patch) | |
tree | 87b4cb993b80ad2e298041746ae18e46baf670bb /pyLoadGui.py | |
parent | closed #359 (diff) | |
download | pyload-0f90f432538ae73bbc975e6b801a3c3bb60c91b8.tar.xz |
disabled GUI, fix captcha
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() |