diff options
Diffstat (limited to 'pyload/plugin/hoster/RPNetBiz.py')
-rw-r--r-- | pyload/plugin/hoster/RPNetBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/RPNetBiz.py b/pyload/plugin/hoster/RPNetBiz.py index b84f171c3..1d15aa3c7 100644 --- a/pyload/plugin/hoster/RPNetBiz.py +++ b/pyload/plugin/hoster/RPNetBiz.py @@ -21,7 +21,7 @@ class RPNetBiz(MultiHoster): self.chunkLimit = -1 - def handlePremium(self, pyfile): + def handle_premium(self, pyfile): user, data = self.account.selectAccount() # Get the download link |