diff --git a/libgrabsite/wpull_hooks.py b/libgrabsite/wpull_hooks.py index 41a6fbe..b8240d7 100644 --- a/libgrabsite/wpull_hooks.py +++ b/libgrabsite/wpull_hooks.py @@ -247,7 +247,7 @@ class GrabSitePlugin(WpullPlugin): ws_port = int(os.environ.get("GRAB_SITE_PORT", 29000)) ws_url = f"ws://{ws_host}:{ws_port}" - self.loop.create_task(dashboard_client.sender(self, ws_url)) + #self.loop.create_task(dashboard_client.sender(self, ws_url)) @swallow_exception def update_max_content_length(self):