This commit is contained in:
2026-05-09 09:30:19 -04:00
parent a5b4ee3a31
commit 820db24fa2

4
qt.py
View File

@@ -4003,8 +4003,10 @@ class BalCalendar:
return True
except Exception as _e:
try:
import os
os.startfile(path)
except:
except Exception as e:
print(f"starting calendar app {e}")
return False
@staticmethod