From 6c3cb56197651b960ba788b25896562531d80fcd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Aug 2024 21:23:42 +0100 Subject: [PATCH] Comment --- daemon_get.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon_get.py b/daemon_get.py index 35e121060..b60a6403c 100644 --- a/daemon_get.py +++ b/daemon_get.py @@ -335,6 +335,7 @@ def daemon_http_get(self) -> None: self.path, self.server.block_military) if block: if llm: + # if this is an LLM crawler then feed it some trash msg = html_poisoned(self.server.dictionary) msg = msg.encode('utf-8') msglen = len(msg)