the-raspberry-pi-guy / lcd

This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here: https://www.youtube.com/watch?v=fR5XhHYzUK0
186 stars 107 forks source link

Fix for demo_forex.py and update to README.md #66

Closed jdarias closed 1 year ago

jdarias commented 1 year ago

demo_forex.py is broken because requests is blocked by cloudflare. Information on the second line is not displayed, as the request for https://tr.investing.com gets a content blocked page that does not have anything the script is looking for. This is a fix that uses cloudscraper instead of requests to bypass the restriction. Updates to Readme: Reflect the dependency changes on demo_forex.py.

cgomesu commented 1 year ago

these changes should be in #65 instead because it is the same issue and is currently being reviewed.