Files
gotify-tray-customized/venv/lib/python3.12/site-packages/certifi/__init__.py
kdusek 5138303016
Some checks failed
build / build-win64 (push) Waiting to run
build / build-macos (push) Waiting to run
build / build-pip (push) Failing after 16s
Fix tray visibility and message reception issues
- Disable sound initialization to prevent hanging
- Add missing import re in utils.py
- Fix settings loading for QSettings
- Update file paths to use PROJECT_ROOT
- Revert to working API paths and listener from commit efdc63e
2025-12-07 22:39:07 +01:00

5 lines
94 B
Python

from .core import contents, where
__all__ = ["contents", "where"]
__version__ = "2025.11.12"