diff --git a/src/rouse/client.py b/src/rouse/client.py index 92947fe..d42dc44 100644 --- a/src/rouse/client.py +++ b/src/rouse/client.py @@ -93,7 +93,7 @@ class Host(host.Host): @classmethod def find(cls, rouse, **keywords): - for item in rouse.get('/', **keywords): + for item in rouse.get('/', **keywords)['hosts']: host = cls.from_dict(item) host.rouse = rouse yield host