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)