From 250d82e0c88f3488fa6df4f1573efd9207caefd1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 11 Nov 2023 18:29:39 -0600 Subject: [PATCH] lint --- esphome/dashboard/dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/dashboard/dashboard.py b/esphome/dashboard/dashboard.py index 43870d0f34..5fb0a06bf3 100644 --- a/esphome/dashboard/dashboard.py +++ b/esphome/dashboard/dashboard.py @@ -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()