Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

14 rader
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):