Commit 6383df70 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Initialize self_write

Fixes #153
parent d9ba2172
......@@ -34,6 +34,7 @@ class TodoFileWatched(TodoFile):
def __init__(self, p_path, p_on_update):
super().__init__(p_path)
self.self_write = False
class EventHandler(FileSystemEventHandler):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment