From: James Bunton Date: Sun, 29 Jul 2007 06:36:58 +0000 (+1000) Subject: Fixed discoFail error X-Git-Url: https://code.delx.au/pymsnt/commitdiff_plain/808b684a3ee0ce4f4884432a48a58a82ebd47e9b?ds=sidebyside Fixed discoFail error --- diff --git a/src/disco.py b/src/disco.py index 6abebf4..31d071b 100644 --- a/src/disco.py +++ b/src/disco.py @@ -281,7 +281,7 @@ class DiscoRequest: return features - def discoFail(self): + def discoFail(self, err): return []