From a734fa5566f023cbcaa91678fcf8d671f77af0d7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 1 Apr 2026 00:01:12 +0200 Subject: [PATCH] Update health_monitor.py --- AppImage/scripts/health_monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AppImage/scripts/health_monitor.py b/AppImage/scripts/health_monitor.py index 392ed8c1..93701343 100644 --- a/AppImage/scripts/health_monitor.py +++ b/AppImage/scripts/health_monitor.py @@ -228,6 +228,7 @@ class HealthMonitor: def __init__(self): """Initialize health monitor with state tracking""" + print("[HealthMonitor] Version 2026-03-31-v2 - Stale resource cleanup enabled") self.state_history = defaultdict(list) self.last_check_times = {} self.cached_results = {}