You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
512 B

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