From a88b409a8a16b74b48aa90cf17a9fd060915bc76 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sat, 9 May 2026 09:35:36 -0400 Subject: [PATCH] Windows --- qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.py b/qt.py index 590dc05..fb47d1a 100644 --- a/qt.py +++ b/qt.py @@ -4006,7 +4006,7 @@ class BalCalendar: import os os.startfile(path) except Exception as e: - print(f"starting calendar app {e}") + _logger.error(f"starting calendar app {e}") return False @staticmethod