From d631488da2f7f8f3484ad0a5a2598691554e0e4f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 14 Sep 2014 19:14:30 +0200 Subject: [FourSharedCom] Newline returns --- pyload/plugins/accounts/FourSharedCom.py | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3