diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 19:14:30 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 19:14:30 +0200 |
commit | d631488da2f7f8f3484ad0a5a2598691554e0e4f (patch) | |
tree | 7c9fa44ad4eb71b4870503d166f360065cdeb570 /pyload | |
parent | .gitignore fixup (diff) | |
download | pyload-d631488da2f7f8f3484ad0a5a2598691554e0e4f.tar.xz |
[FourSharedCom] Newline returns
Diffstat (limited to 'pyload')
-rw-r--r-- | pyload/plugins/accounts/FourSharedCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/FourSharedCom.py b/pyload/plugins/accounts/FourSharedCom.py index e4df62956..0f94c98fa 100644 --- a/pyload/plugins/accounts/FourSharedCom.py +++ b/pyload/plugins/accounts/FourSharedCom.py @@ -13,6 +13,7 @@ class FourSharedCom(Account): __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") + def loadAccountInfo(self, user, req): # Free mode only for now return {"premium": False} |