From 5bad64563649c52ac2440c27579a05644b9dc2ce Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Tue, 9 Oct 2018 13:26:11 +0000 Subject: [PATCH] Alignment --- libgrabsite/wpull_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgrabsite/wpull_hooks.py b/libgrabsite/wpull_hooks.py index 76fb4aa..b1cca71 100644 --- a/libgrabsite/wpull_hooks.py +++ b/libgrabsite/wpull_hooks.py @@ -396,7 +396,7 @@ class GrabSitePlugin(WpullPlugin): if not self.job_data["suppress_ignore_reports"]: self.print_to_terminal(f"IGNOR {url}\n by {pattern}") self.put_ws_queue({ - "type": "ignore", + "type": "ignore", "job_data": self.job_data, "url": url, "pattern": pattern