From f96a5a1cf8800edc2f6a6d73316f7d7c67f32e29 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 30 Jan 2011 16:20:37 +0100 Subject: cleanup code --- module/network/XDCCBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/XDCCBase.py') diff --git a/module/network/XDCCBase.py b/module/network/XDCCBase.py index d36d6e897..1b9da1a23 100644 --- a/module/network/XDCCBase.py +++ b/module/network/XDCCBase.py @@ -247,7 +247,7 @@ class XDCCDownload(): raise XDCCError("Wrong channel") m = re.match('\x01DCC SEND (.*?) (\d+) (\d+)(?: (\d+))?\x01', msg["text"]) - if m != None: + if m is not None: done = True # get connection data -- cgit v1.2.3