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