fix service detection

This commit is contained in:
phact 2025-10-08 15:18:05 -04:00
parent c8fe21f33a
commit 5f70e6042a

View file

@ -237,7 +237,7 @@ class WelcomeScreen(Screen):
except: except:
pass # Button might not exist pass # Button might not exist
async def on_resume(self) -> None: async def on_screen_resume(self) -> None:
"""Called when returning from another screen (e.g., config screen).""" """Called when returning from another screen (e.g., config screen)."""
# Reload environment variables # Reload environment variables
load_dotenv(override=True) load_dotenv(override=True)