diff options
Diffstat (limited to 'module/plugins/hooks/SmoozedComHook.py')
-rw-r--r-- | module/plugins/hooks/SmoozedComHook.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |