From 1965d8f876d3655e94a69edc2638961f4d131770 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sat, 9 May 2026 09:45:32 -0400 Subject: [PATCH] Windows --- qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.py b/qt.py index 8da5abf..1e9c7b9 100644 --- a/qt.py +++ b/qt.py @@ -4003,7 +4003,7 @@ class BalCalendar: subprocess.check_call([calendar_app, path]) return True except Exception as _e: - _logger.error(f"starting calendar app linux failed:{e}") + _logger.error(f"starting calendar app linux failed:{_e}") try: import os os.startfile(path)