Open jscott1989 opened 8 years ago
We get a lot of BeautifulSoup warnings during test
"To get rid of this warning, change code that looks like this:
BeautifulSoup([your markup])
to this:
BeautifulSoup([your markup], "html.parser")"
Just need to find where we do this and replace.
We get a lot of BeautifulSoup warnings during test
"To get rid of this warning, change code that looks like this:
BeautifulSoup([your markup])
to this:
BeautifulSoup([your markup], "html.parser")"
Just need to find where we do this and replace.