|
@@ -8,6 +8,8 @@ from pyinotify import WatchManager, Notifier, ProcessEvent
|
|
|
from pyinotify import IN_MODIFY, IN_DELETE, IN_MOVE_SELF, IN_CREATE
|
|
|
import sys
|
|
|
|
|
|
+# https://github.com/manos/python-inotify-tail_example/blob/master/tail-F_inotify.py
|
|
|
+
|
|
|
# Branch off the logging into a seperate file
|
|
|
from config import log, load_config, save_config, add_block, rm_block, check_blocks
|
|
|
|