diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:42:39 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:42:39 +0200 |
commit | 6a0fb7fdd4ea2749be44625225d8a235a78f032f (patch) | |
tree | 571261d5c54913459a9016e689d07303c4376d07 /module/plugins/accounts/MyfastfileCom.py | |
parent | Pattern update 3 (diff) | |
download | pyload-6a0fb7fdd4ea2749be44625225d8a235a78f032f.tar.xz |
[accounts] Code cosmetics
Diffstat (limited to 'module/plugins/accounts/MyfastfileCom.py')
-rw-r--r-- | module/plugins/accounts/MyfastfileCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/MyfastfileCom.py b/module/plugins/accounts/MyfastfileCom.py index 965b10e78..350974d79 100644 --- a/module/plugins/accounts/MyfastfileCom.py +++ b/module/plugins/accounts/MyfastfileCom.py @@ -23,6 +23,7 @@ class MyfastfileCom(Account): else: self.logError("Unable to get account information") + def login(self, user, data, req): # Password to use is the API-Password written in http://myfastfile.com/myaccount html = req.load("http://myfastfile.com/api.php", |