This commit is contained in:
2026-05-09 09:35:36 -04:00
parent 820db24fa2
commit a88b409a8a

2
qt.py
View File

@@ -4006,7 +4006,7 @@ class BalCalendar:
import os import os
os.startfile(path) os.startfile(path)
except Exception as e: except Exception as e:
print(f"starting calendar app {e}") _logger.error(f"starting calendar app {e}")
return False return False
@staticmethod @staticmethod