diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-31 21:43:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-31 21:43:41 +0200 |
commit | 1193b9c68caba33f19baa4265349a89ff5a777a6 (patch) | |
tree | 63350f4f44b08a66cdc2be201174f7ec76ab96d3 /pyMainGui.py | |
parent | gui socket finally works (diff) | |
download | pyload-1193b9c68caba33f19baa4265349a89ff5a777a6.tar.xz |
socket interface example
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-x | pyMainGui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyMainGui.py b/pyMainGui.py index 83dcad885..c84f1ed01 100755 --- a/pyMainGui.py +++ b/pyMainGui.py @@ -73,7 +73,7 @@ class Pyload_Main_Gui(wx.Frame): # socket self.thread = SocketThread("localhost", 7272, "pwhere", self) - self.thread.socket.push("nonsense\n\n") + self.thread.push_exec("get_downloads") # Menubar menubar = wx.MenuBar() |