diff options
| author | 2014-11-30 21:10:56 +0100 | |
|---|---|---|
| committer | 2014-12-01 18:23:01 +0100 | |
| commit | 4519e25b8042c7c4dd02fc405cc9e3867875af4d (patch) | |
| tree | 5886abdbf104d0b40684cd20e760e3afc515f3f5 /module/plugins/accounts | |
| parent | [UpdateManager] Option autorestart (diff) | |
| download | pyload-4519e25b8042c7c4dd02fc405cc9e3867875af4d.tar.xz | |
[EasybytezCom] Revert loadAccountInfo
Diffstat (limited to 'module/plugins/accounts')
| -rw-r--r-- | module/plugins/accounts/EasybytezCom.py | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/module/plugins/accounts/EasybytezCom.py b/module/plugins/accounts/EasybytezCom.py index 0afd93d3b..93d3e2c19 100644 --- a/module/plugins/accounts/EasybytezCom.py +++ b/module/plugins/accounts/EasybytezCom.py @@ -8,7 +8,7 @@ from module.plugins.internal.XFSAccount import XFSAccount  class EasybytezCom(XFSAccount):      __name__    = "EasybytezCom"      __type__    = "account" -    __version__ = "0.11" +    __version__ = "0.12"      __description__ = """EasyBytez.com account plugin"""      __license__     = "GPLv3" @@ -17,9 +17,3 @@ class EasybytezCom(XFSAccount):      HOSTER_DOMAIN = "easybytez.com" - - -    def loadAccountInfo(self, *args, **kwargs): -        info = super(EasybytezCom, self).loadAccountInfo(*args, **kwargs) -        info['leechtraffic'] = 26214400 -        return info | 
