whoogle-search/app
Ben Busby 60a1cf24b9 Fixed issue with "de-pickling" of flask session
Having a gitignore-everything ("*") file within a flask session folder seems to cause a
weird bug where the state of the app becomes unusable from continuously
trying to prune files listed in the gitignore (and it can't prune '*').
2020-06-01 11:37:49 -06:00
..
models Fixing styling/url/safe mode inconsistencies 2020-05-26 10:39:19 -06:00
static Fixed issue with "de-pickling" of flask session 2020-06-01 11:37:49 -06:00
templates Minor change to button label 2020-05-30 09:58:39 -06:00
utils Major refactor of requests and session management 2020-05-28 18:14:10 -06:00
__init__.py Fixed issue with "de-pickling" of flask session 2020-06-01 11:37:49 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Result formatting and removal of unused elements 2020-05-30 09:55:02 -06:00
request.py Result formatting and removal of unused elements 2020-05-30 09:55:02 -06:00
routes.py Result formatting and removal of unused elements 2020-05-30 09:55:02 -06:00