1 min readJun 30, 2020
Could you share your code? It looks like you might be doing a few things off. `find` is used when you want to get a single tag, `find_all` returns a list.
I just tested locally and in gitpods to double check the file executes as expected.
Also, why are you running a file with `.text` file? It should be a `.py` file.