From 468e092e211d3a42593ac6280939070115e678f4 Mon Sep 17 00:00:00 2001 From: nanos Date: Mon, 24 Jun 2024 17:18:02 +0100 Subject: [PATCH] fix stupid bug --- find_posts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/find_posts.py b/find_posts.py index 6153eba..bdb6f7f 100644 --- a/find_posts.py +++ b/find_posts.py @@ -973,9 +973,6 @@ def get(url, headers = {}, timeout = 0, max_tries = 5): h['User-Agent'] = f"FediFetcher (+{arguments.server}; https://go.thms.uk/ff)" logger.debug(f"User Agent: {h['User-Agent']}") - - raise Exception('error') - if timeout == 0: timeout = arguments.http_timeout