optar/main.py

4 lines
118 B
Python
Raw Normal View History

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