Another couple of comments
This commit is contained in:
@@ -62,6 +62,7 @@ class DublinBusSoapClient:
|
|||||||
self.refresh()
|
self.refresh()
|
||||||
|
|
||||||
def refresh(self) -> None:
|
def refresh(self) -> None:
|
||||||
|
""" Poll for new and updated information. Queue it for display update. """
|
||||||
arrivals = []
|
arrivals = []
|
||||||
for stop in self._stops:
|
for stop in self._stops:
|
||||||
with self._client.settings(raw_response=True):
|
with self._client.settings(raw_response=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user