diff options
Diffstat (limited to 'pyload/remote/wsbackend')
-rw-r--r-- | pyload/remote/wsbackend/AsyncHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/wsbackend/AsyncHandler.py b/pyload/remote/wsbackend/AsyncHandler.py index d53d6bcea..527834b7c 100644 --- a/pyload/remote/wsbackend/AsyncHandler.py +++ b/pyload/remote/wsbackend/AsyncHandler.py @@ -44,7 +44,7 @@ class AsyncHandler(AbstractHandler): COMMAND = "start" PROGRESS_INTERVAL = 1.5 - EVENT_PATTERN = re.compile(r"^(package|file|interaction)", re.I) + EVENT_PATTERN = re.compile(r"^(package|file|interaction|linkcheck)", re.I) INTERACTION = Interaction.All def __init__(self, api): |