changedetection.io/changedetection.py

9 wiersze
142 B
Python
Executable File

#!/usr/bin/env python3
# Only exists for direct CLI usage
import changedetectionio
if __name__ == '__main__':
changedetectionio.main()