Files
daily-blackout-check/src/blackout_notifier/__main__.py
Meghdad 4218e4ac36
All checks were successful
Test blackout notifier / test (push) Successful in 3m41s
Hourly blackout check / check (push) Successful in 8s
Implemented the full clean rewrite for Gitea
2026-07-17 04:33:16 +03:30

5 lines
96 B
Python

from blackout_notifier.cli import main
if __name__ == "__main__":
raise SystemExit(main())