idle_master_py
idle_master_py copied to clipboard
removed warning on line 158 caused by BeautifulSoup
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.
Isn't lxml better than html.parser?