diff options
| author | 2015-10-01 04:55:17 +0200 | |
|---|---|---|
| committer | 2015-10-01 04:55:17 +0200 | |
| commit | 25d5726d4953b93a2e286fd6af8d4ead20670ba6 (patch) | |
| tree | 9d38f6942af2fadc094a75dd43699051f356b4d7 /module/plugins/accounts/NowVideoSx.py | |
| parent | [AntiVirus] Folder support (diff) | |
| download | pyload-25d5726d4953b93a2e286fd6af8d4ead20670ba6.tar.xz | |
A lot of plugin code cosmetics
Diffstat (limited to 'module/plugins/accounts/NowVideoSx.py')
| -rw-r--r-- | module/plugins/accounts/NowVideoSx.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NowVideoSx.py b/module/plugins/accounts/NowVideoSx.py index 3d8484b8b..36d26930a 100644 --- a/module/plugins/accounts/NowVideoSx.py +++ b/module/plugins/accounts/NowVideoSx.py @@ -28,7 +28,7 @@ class NowVideoSx(Account):          html = self.load("http://www.nowvideo.sx/premium.php")          m = re.search(self.VALID_UNTIL_PATTERN, html) -        if m: +        if m is not None:              expiredate = m.group(1).strip()              self.log_debug("Expire date: " + expiredate)  | 
