diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-10 19:53:09 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-10 19:53:09 +0100 |
commit | aac6063859b9036612e86fb4029dc010d5c5d1e0 (patch) | |
tree | b29d1243838f3e5aca90f11181ee25defce5702a /module/plugins/accounts/ZeveraCom.py | |
parent | [MultiHoster] Use content-disposition (diff) | |
download | pyload-aac6063859b9036612e86fb4029dc010d5c5d1e0.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/accounts/ZeveraCom.py')
-rw-r--r-- | module/plugins/accounts/ZeveraCom.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/accounts/ZeveraCom.py b/module/plugins/accounts/ZeveraCom.py index d863e4b37..8c7ab161e 100644 --- a/module/plugins/accounts/ZeveraCom.py +++ b/module/plugins/accounts/ZeveraCom.py @@ -17,8 +17,8 @@ class ZeveraCom(Account): HOSTER_DOMAIN = "zevera.com" - - + + def __init__(self, manager, accounts): #@TODO: remove in 0.4.10 self.init() return super(ZeveraCom, self).__init__(manager, accounts) @@ -30,8 +30,8 @@ class ZeveraCom(Account): if not self.API_URL: self.API_URL = "http://api.%s/jDownloader.ashx" % (self.HOSTER_DOMAIN or "") - - + + def loadAccountInfo(self, user, req): validuntil = None trafficleft = None |