diff options
Diffstat (limited to 'module/plugins/hoster/FilepostCom.py')
-rw-r--r-- | module/plugins/hoster/FilepostCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/FilepostCom.py b/module/plugins/hoster/FilepostCom.py index e18455255..191da7849 100644 --- a/module/plugins/hoster/FilepostCom.py +++ b/module/plugins/hoster/FilepostCom.py @@ -64,8 +64,7 @@ class FilepostCom(SimpleHoster): wait_time = int(self.getJsonResponse(get_dict, post_dict, 'wait_time')) if wait_time > 0: - self.setWait(wait_time) - self.wait() + self.wait(wait_time) post_dict = {"token": flp_token, "code": file_id, "file_pass": ''} |