diff options
| author | 2010-08-27 17:07:33 +0200 | |
|---|---|---|
| committer | 2010-08-27 17:07:33 +0200 | |
| commit | a33d8062833d1bfec4777145cc484c1d6b9e141f (patch) | |
| tree | 7d815f80cdcced2d36144b9b71760278d29ed007 /module/network | |
| parent | locale fixes (diff) | |
| download | pyload-a33d8062833d1bfec4777145cc484c1d6b9e141f.tar.xz | |
some automatic fixes
Diffstat (limited to 'module/network')
| -rw-r--r-- | module/network/XdccRequest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/XdccRequest.py b/module/network/XdccRequest.py index ce764eb12..e6d714b25 100644 --- a/module/network/XdccRequest.py +++ b/module/network/XdccRequest.py @@ -190,7 +190,7 @@ class XdccRequest: continue
m = re.match('\x01DCC SEND (.*?) (.*?) (.*?) (.*?)\x01', msg["text"])
- if m != None:
+ if m is not None:
break
# kill IRC socket
|
