Can't tell which line is causing the timeout. Looks like it could be one of the following from error lines reported:
- url = requests.get('https://feeds.bbci.co.uk/news/uk/rss.xml', timeout = 22 ,verify=True)
- soup = BeautifulSoup(url.content, 'xml')
Statistics: Posted by DS256 — Tue May 14, 2024 5:04 pm