diff --git a/driver.py b/driver.py index b12fcd7..5aebc72 100644 --- a/driver.py +++ b/driver.py @@ -266,8 +266,6 @@ async def event_handler(): async def event_handler(): global configuredAppleTvs - await asyncio.sleep(2) - for appleTv in configuredAppleTvs: await configuredAppleTvs[appleTv].connect()