whoogle-search/app
Ben Busby 1759c119a8
Replace Python 3.10 `match` with if/else
Some distributions require manually installing Python 3.10, which makes
it less convenient than just using whatever version of Python3.X the
package manager supports. Since the only 3.10 feature being used was
"match", and it was a very small change, it's been replaced with an
if/else statement to ensure compatibility with older versions of Python
3.
2023-03-01 09:42:30 -07:00
..
models Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
static Remove ig->bibliogram redirects 2023-02-21 09:42:42 -07:00
templates [Mobile] Add line break between header options (#918) 2022-12-30 12:01:47 -07:00
utils Remove ig->bibliogram redirects 2023-02-21 09:42:42 -07:00
__init__.py Autoload `whoogle.env` if it exists 2023-01-04 10:35:42 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Include prefs arg in footer navigation 2023-02-21 09:57:44 -07:00
request.py Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
routes.py Replace Python 3.10 `match` with if/else 2023-03-01 09:42:30 -07:00
version.py Bump version to 0.8.1 2022-12-19 10:52:02 -07:00