Add proper multikey support for EventHandlers with compatibility

This commit is contained in:
Kristóf Tóth
2018-07-14 20:06:34 +02:00
parent cfa8fc5ab6
commit d98ce58651
2 changed files with 12 additions and 4 deletions

View File

@ -38,7 +38,6 @@ class ProcessManagingEventHandler(EventHandlerBase):
"""
def __init__(self, key, dirmonitor=None, log_tail=0):
super().__init__(key)
self.key = key
self.monitor = dirmonitor
self.processmanager = ProcessManager()
self.log_tail = log_tail