diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-17 11:49:15 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-17 11:49:15 +0200 |
commit | 5c4b8fe36b6aef655c3d54448741beb9247f044f (patch) | |
tree | 4b0d13785be91b2f7c7d9e26facb639e1e1b331a /pyLoadGui.py | |
parent | file_list saves links, links.txt only for link dumping (diff) | |
download | pyload-5c4b8fe36b6aef655c3d54448741beb9247f044f.tar.xz |
new server functions
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 0f256686f..535c60022 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -137,7 +137,7 @@ class Pyload_Main_Gui(wx.Frame): #self.core = _Core_Thread() #self.core.start() cmd = ['python', 'pyLoadCore.py'] - subprocess.call(cmd) + subprocess.Popen(cmd) sleep(1) self.thread = SocketThread(socket_host.host.GetValue(), int(socket_host.port.GetValue()), socket_host.password.GetValue(), self) |