Another couple of comments
This commit is contained in:
parent
34b80fd248
commit
0ff9dcbd56
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue