diff options
Diffstat (limited to 'watcher.py')
-rw-r--r-- | watcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ class EventHandler(pyinotify.ProcessEvent): """ self.__library = media_library - super(self.__class__, self).__init__(pevent=None, **kwargs) + super(self.__class__, self).__init__(pevent=pevent, **kwargs) def process_IN_CREATE(self, event): """Add a file to the library when it is created. |