summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LinkCryptWs.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/LinkCryptWs.py')
-rw-r--r--module/plugins/crypter/LinkCryptWs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/LinkCryptWs.py b/module/plugins/crypter/LinkCryptWs.py
index f7bea666b..f235a9406 100644
--- a/module/plugins/crypter/LinkCryptWs.py
+++ b/module/plugins/crypter/LinkCryptWs.py
@@ -174,10 +174,10 @@ class LinkCryptWs(Crypter):
def handle_link_source(self, type):
- if type == 'cnl':
+ if type == "cnl":
return self.handle_CNL2()
- elif type == 'web':
+ elif type == "web":
return self.handle_web_links()
elif type in ('rsdf', 'ccf', 'dlc'):