summaryrefslogtreecommitdiffstats
path: root/pyload/remote/wsbackend
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-18 19:16:51 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-18 19:16:51 +0200
commit4d3d6105df18608654bbc42594723bd9f767f77d (patch)
treeba0eda69d71fce60337384a408a29aa927189640 /pyload/remote/wsbackend
parentrenaming of packages (diff)
downloadpyload-4d3d6105df18608654bbc42594723bd9f767f77d.tar.xz
fixed online status fetching
Diffstat (limited to 'pyload/remote/wsbackend')
-rw-r--r--pyload/remote/wsbackend/AsyncHandler.py2
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):