예제 #1
0
파일: cagibi.py 프로젝트: khamidou/cagibi
def setup_filewatcher_thread():
    fw = FileWatcher(path=cagibi_folder)
    fw.addHandler(push_filewatcher_changes)
    fw.watch()