Skip to content

Commit

Permalink
stop rushing things ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nanos committed Jun 24, 2024
1 parent 468e092 commit f965b4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion find_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f965b4f

Please sign in to comment.