From 5c4b8fe36b6aef655c3d54448741beb9247f044f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jun 2009 11:49:15 +0200 Subject: new server functions --- pyLoadGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadGui.py') 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) -- cgit v1.2.3