happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Beautifulsoup Warnings #127

Open jscott1989 opened 8 years ago

jscott1989 commented 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.