jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

removed warning on line 158 caused by BeautifulSoup #42

Open franccesco opened 6 years ago

franccesco commented 6 years ago

Passed html parser option to BeautifulSoup to remove the warning when starting the script, the warning might confuse other users thinking it's not working.

zvonimirr commented 6 years ago

Isn't lxml better than html.parser?