whoogle-search/app
Ben Busby 74e9317053
Override __str__ for endpoint f-strings
By default, f-strings use __str__ not __repr__, unless supplied with a
"!r" at the end of the str. Rather than going through and making the
strings work for the overridden __repr__ for endpoints, it's easier just
to convert the method over to __str__.

Also cleaned up some broken routes and formatting.
2021-11-16 20:05:42 -07:00
..
models Override __str__ for endpoint f-strings 2021-11-16 20:05:42 -07:00
static Add Japanese translation (#528) 2021-11-09 08:37:49 -07:00
templates Add "update available" indicator to footer (#517) 2021-11-02 10:35:40 -06:00
utils Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00
__init__.py Merge remote-tracking branch 'origin/main' into feature/public-instance-sessions 2021-11-02 11:26:42 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00
request.py Catch connection error during Tor validation step 2021-11-12 17:19:45 -07:00
routes.py Override __str__ for endpoint f-strings 2021-11-16 20:05:42 -07:00