optar/main.py

4 lines
116 B
Python
Raw Normal View History

2022-10-15 13:38:58 +00:00
from src.Watcher import Watcher
if __name__ == "__main__":
2022-11-06 13:22:20 +00:00
Watcher("./sites.txt", "./keywords.txt").watch(3600)