There was an error while loading. Please reload this page.
1 parent b8c5062 commit dcfa429Copy full SHA for dcfa429
1 file changed
src/zeroconf/_core.py
@@ -548,7 +548,7 @@ async def async_check_service(
548
549
# Wait a random amount of time up avoid collisions and avoid
550
# a thundering herd when multiple services are started on the network
551
- await self.async_wait(random.randint(150, 250))
+ await self.async_wait(random.randint(150, 250)) # noqa: S311
552
553
next_instance_number = 2
554
next_time = now = current_time_millis()
0 commit comments