From a3d1a6b03658bec98269e49bbdd4b217b751c81c Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 14 Jun 2010 16:22:46 +0200 Subject: [PATCH] Corretta la porta per la connessione al demone --- mlmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlmanager.py b/mlmanager.py index 0eb887f..f4e0102 100644 --- a/mlmanager.py +++ b/mlmanager.py @@ -143,7 +143,7 @@ class Download(): # Open the connection try: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - s.connect(("localhost", 4001)) + s.connect(("localhost", 4000)) except Exception, e: raise RuntimeError("Unable to connect to mldonkey daemon: %s" % e) -- 2.1.4