Another couple of comments

This commit is contained in:
Nahuel Lofeudo 2022-10-08 16:38:29 +01:00
parent 34b80fd248
commit 0ff9dcbd56
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class DublinBusSoapClient:
self.refresh()
def refresh(self) -> None:
""" Poll for new and updated information. Queue it for display update. """
arrivals = []
for stop in self._stops:
with self._client.settings(raw_response=True):