From d2e2b127651a5a44b56337eb6d9ca246c97a208a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 17 Jul 2015 03:03:26 +0200 Subject: Spare fixes and code cosmetics --- module/plugins/hoster/FastixRu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/FastixRu.py') diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index 4e6b2e236..f7971e3ac 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -26,7 +26,7 @@ class FastixRu(MultiHoster): def handle_premium(self, pyfile): - api_key = self.account.getAccountData(self.user) + api_key = self.account.get_account_data(self.user) api_key = api_key['api'] self.html = self.load("http://fastix.ru/api_v2/", -- cgit v1.2.3