We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b922d commit fd93e9cCopy full SHA for fd93e9c
1 file changed
zeroconf/__init__.py
@@ -2583,8 +2583,7 @@ def register_service(
2583
def update_service(self, info: ServiceInfo) -> None:
2584
"""Registers service information to the network with a default TTL.
2585
Zeroconf will then respond to requests for information for that
2586
- service.
2587
- """
+ service."""
2588
self.registry.update(info)
2589
self._broadcast_service(info, _REGISTER_TIME, None)
2590
0 commit comments