From ff9383bfe06d14d23bc0ed6af79aa8967965d078 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 19 Jul 2015 10:59:52 +0200 Subject: Code cosmetics (3) --- module/plugins/hooks/SmoozedComHook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/SmoozedComHook.py') diff --git a/module/plugins/hooks/SmoozedComHook.py b/module/plugins/hooks/SmoozedComHook.py index 2d4fb564e..733fd642a 100644 --- a/module/plugins/hooks/SmoozedComHook.py +++ b/module/plugins/hooks/SmoozedComHook.py @@ -20,4 +20,4 @@ class SmoozedComHook(MultiHook): def get_hosters(self): user, data = self.account.select_account() - return self.account.get_account_info(user)["hosters"] + return self.account.get_account_info(user)['hosters'] -- cgit v1.2.3