diff options
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() |