1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 14:20:29 +01:00
This commit is contained in:
J. Nick Koston 2023-11-11 18:29:39 -06:00
parent 4d984ce412
commit 250d82e0c8
No known key found for this signature in database

View File

@ -1580,8 +1580,6 @@ async def async_start_web_server(args):
shutdown_event = asyncio.Event()
try:
await shutdown_event.wait()
except KeyboardInterrupt:
raise
finally:
_LOGGER.info("Shutting down...")
STOP_EVENT.set()