mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-27 01:52:38 -04:00
8c426ab180
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