whoogle-search/app
Ben Busby 26b560da1d
Pass response as str to bsoup for "my ip" card
Due to how the response is now reformed into a new bsoup object when
bolding search query terms, creating an ip card for "my ip" searches
threw an error due to how the new bsoup object was initialized for the
"my ip" card. This passes the response in as a string instead.

Fixes #504
2021-10-28 21:22:51 -06:00
..
models Allow setting "Accept-Language" header (#483) 2021-10-25 15:49:09 -06:00
static Update default theme css 2021-10-23 23:56:38 -06:00
templates Reformat view templates 2021-10-27 12:30:55 -06:00
utils Update "skip bolding" regex to fix some edge cases (#500) 2021-10-28 12:54:27 -06:00
__init__.py Bump version to 0.6.0 2021-10-11 17:44:57 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add WHOOGLE_MINIMAL to docs, tweak min mode logic 2021-10-26 10:38:20 -06:00
request.py Make base search url a member of the request class 2021-10-27 11:02:14 -06:00
routes.py Pass response as str to bsoup for "my ip" card 2021-10-28 21:22:51 -06:00