From 8a54e49327df06a8955fc8850756ca52252f6e4f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 15 Nov 2014 16:00:52 +0100 Subject: Code cosmetics --- pyload/plugins/crypter/LinkCryptWs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/crypter/LinkCryptWs.py') diff --git a/pyload/plugins/crypter/LinkCryptWs.py b/pyload/plugins/crypter/LinkCryptWs.py index bbcef02fd..4eb48deae 100644 --- a/pyload/plugins/crypter/LinkCryptWs.py +++ b/pyload/plugins/crypter/LinkCryptWs.py @@ -188,10 +188,10 @@ class LinkCryptWs(Crypter): def handleLinkSource(self, type_): - if type_ is 'cnl': + if type_ == 'cnl': return self.handleCNL2() - elif type_ is 'web': + elif type_ == 'web': return self.handleWebLinks() elif type_ in ('rsdf', 'ccf', 'dlc'): -- cgit v1.2.3