You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
models Use consistent header for all result types (#535) 2 years ago
static Use consistent header for all result types (#535) 2 years ago
templates Give `Accept-Language` div its own class (#659) 2 years ago
utils Ensure valid str->float conv in currency calc 2 years ago
__init__.py Check for updates using 24 hour time delta 2 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Fix `collapse_sections` for `MINIMAL_MODE` (#654) 2 years ago
request.py Catch invalid XML in suggestion response 3 years ago
routes.py Check for updates using 24 hour time delta 2 years ago