diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-04 20:26:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-04 20:26:13 +0100 |
commit | 7979d0833573a107baae8c45330b8b5874630a76 (patch) | |
tree | eaa2c71065c33067de56bdd8763e9ef3d690263f /module/plugins/crypter | |
parent | [PremiumTo] CHECK_TRAFFIC (diff) | |
download | pyload-7979d0833573a107baae8c45330b8b5874630a76.tar.xz |
Spare code improvements
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r-- | module/plugins/crypter/DlProtectCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index 052e8303f..4a188aa83 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -37,7 +37,7 @@ class DlProtectCom(SimpleCrypter): if "Please click on continue to see the content" in self.html: post_req['submitform'] = "Continue" - self.wait(5) + self.wait(2) else: mstime = int(round(time() * 1000)) |