optar/main.py

4 lines
114 B
Python
Raw Normal View History

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