danparizher / Pax-Academia

General purpose utility bot for the Homework Help Discord server
MIT License
13 stars 5 forks source link

Bug: No html parser passed in wikipedia cog #288

Open sebastiaan-daniels opened 1 month ago

sebastiaan-daniels commented 1 month ago

No html parser is given to the bs4 constructor. This doesn't cause a problem because the default html parser is selected, but this should be passed nonetheless.

image