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/MegasharesCom.py | |
parent | Pattern update 3 (diff) | |
download | pyload-6a0fb7fdd4ea2749be44625225d8a235a78f032f.tar.xz |
[accounts] Code cosmetics
Diffstat (limited to 'module/plugins/accounts/MegasharesCom.py')
-rw-r--r-- | module/plugins/accounts/MegasharesCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/MegasharesCom.py b/module/plugins/accounts/MegasharesCom.py index f1ef3fdd8..5ac22222c 100644 --- a/module/plugins/accounts/MegasharesCom.py +++ b/module/plugins/accounts/MegasharesCom.py @@ -35,6 +35,7 @@ class MegasharesCom(Account): return {"validuntil": validuntil, "trafficleft": -1, "premium": premium} + def login(self, user, data, req): html = req.load('http://d01.megashares.com/myms_login.php', post={ "httpref": "", |