mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-01 06:42:37 -04:00
An invalid parsing warning was being thrown by the latest version of the bs4 library. This suppresses that warning from being shown in the console. A 404 handler was added to move logging from the console to the error template, since a lot of users assumed that 404 errors from the result page were problems with Whoogle itself. Fixes #967