Skip to content

Commit

Permalink
Removes listener dealy
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Jul 24, 2024
1 parent 86e49ad commit 0a51fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/mdns_discovery/mdns_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def __init__(self):
self.updated_event = asyncio.Event()

def add_service(self, zeroconf: Zeroconf, service_type: str, name: str) -> None:
sleep(0.5)
self.updated_event.set()

def remove_service(self, zeroconf: Zeroconf, service_type: str, name: str) -> None:
Expand Down

0 comments on commit 0a51fb5

Please sign in to comment.