whoogle-search/app/models
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
..
__init__.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
config.py Merge remote-tracking branch 'origin/main' into feature/public-instance-sessions 2021-10-25 17:46:07 -06:00
endpoint.py Override __str__ for endpoint f-strings 2021-11-16 20:05:42 -07:00