whoogle-search/app
Ben Busby 9984158ec1
Ensure valid str->float conv in currency calc
Currency amounts returned by google seem to randomly include unicode
chars ('\xa0' noted in #642) which broke the currency calculator
included in the project. This ensures that only strings that can be
converted to float are ever used in the conversion.

Fixes #642
2022-02-17 16:33:44 -07:00
..
models Use consistent header for all result types (#535) 2022-02-07 10:47:25 -07:00
static Use consistent header for all result types (#535) 2022-02-07 10:47:25 -07:00
templates Give Accept-Language div its own class (#659) 2022-02-16 09:23:38 -07:00
utils Ensure valid str->float conv in currency calc 2022-02-17 16:33:44 -07:00
__init__.py Check for updates using 24 hour time delta 2022-02-14 12:19:02 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix collapse_sections for MINIMAL_MODE (#654) 2022-02-11 14:44:08 -07:00
request.py Catch invalid XML in suggestion response 2021-12-28 11:38:18 -07:00
routes.py Check for updates using 24 hour time delta 2022-02-14 12:19:02 -07:00