diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-17 19:24:49 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-24 22:42:50 +0200 |
commit | 9305859b64a2f0aef3f27fb7e5b75caa0cb836a6 (patch) | |
tree | bdbb4710a4070131e1257a90a69abf4b6d080ee1 /module/plugins/crypter/LinkCryptWs.py | |
parent | Spare code cosmetics (2) (diff) | |
download | pyload-9305859b64a2f0aef3f27fb7e5b75caa0cb836a6.tar.xz |
Spare code cosmetics (3)
Diffstat (limited to 'module/plugins/crypter/LinkCryptWs.py')
-rw-r--r-- | module/plugins/crypter/LinkCryptWs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LinkCryptWs.py b/module/plugins/crypter/LinkCryptWs.py index b9abb08d2..e889ca154 100644 --- a/module/plugins/crypter/LinkCryptWs.py +++ b/module/plugins/crypter/LinkCryptWs.py @@ -234,7 +234,7 @@ class LinkCryptWs(Crypter): self.logDebug('Search for %s Container links' % type.upper()) - if not type.isalnum(): #: check to prevent broken re-pattern (cnl2,rsdf,ccf,dlc,web are all alpha-numeric) + if not type.isalnum(): #: check to prevent broken re-pattern (cnl2, rsdf, ccf, dlc, web are all alpha-numeric) self.fail(_("Unknown container type: %s") % type) #@TODO: Replace with self.error in 0.4.10 for line in self.container_html: |