diff options
Diffstat (limited to 'pyload/plugin/account/RapideoPl.py')
-rw-r--r-- | pyload/plugin/account/RapideoPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/account/RapideoPl.py b/pyload/plugin/account/RapideoPl.py index 043657074..dddb22781 100644 --- a/pyload/plugin/account/RapideoPl.py +++ b/pyload/plugin/account/RapideoPl.py @@ -77,4 +77,4 @@ class RapideoPl(Account): def runAuthQuery(self): data = self._req.load(self._api_url, post=self.createAuthQuery()) - return data
\ No newline at end of file + return data |