We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3784fd commit 8ece209Copy full SHA for 8ece209
1 file changed
zeroconf/_services/browser.py
@@ -242,7 +242,7 @@ def set_schedule_changed(self) -> None:
242
self._schedule_changed_event.clear()
243
244
def process_ready_types(self, now: float) -> List[str]:
245
- """Generate the service browser query for any type that is due and schedule the next time."""
+ """Generate a list of ready types that is due and schedule the next time."""
246
if self.millis_to_wait(now):
247
return []
248
0 commit comments