From f965b4f6fcdf6b995c69f843d455d5641c88e569 Mon Sep 17 00:00:00 2001 From: nanos Date: Mon, 24 Jun 2024 17:19:27 +0100 Subject: [PATCH] stop rushing things ... --- find_posts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/find_posts.py b/find_posts.py index bdb6f7f..22204ae 100644 --- a/find_posts.py +++ b/find_posts.py @@ -971,7 +971,6 @@ def get(url, headers = {}, timeout = 0, max_tries = 5): h = headers.copy() if 'User-Agent' not in h: h['User-Agent'] = f"FediFetcher (+{arguments.server}; https://go.thms.uk/ff)" - logger.debug(f"User Agent: {h['User-Agent']}") if timeout == 0: timeout = arguments.http_timeout