diff --git a/python_aternos/atclient.py b/python_aternos/atclient.py index 8a0eb34..9809ec6 100644 --- a/python_aternos/atclient.py +++ b/python_aternos/atclient.py @@ -193,8 +193,7 @@ class Client: serverstree = lxml.html.fromstring(serverspage.content) servers = serverstree.xpath( - '//div[@class="servers"]/div' - '/div[@class="server-body"]/@data-id' + '//div[@class="server-body"]/@data-id' ) self.refresh_servers(servers)