whoogle-search/app/utils
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
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Move bangs init to bg thread 2022-01-25 12:28:06 -07:00
misc.py Check for updates using 24 hour time delta 2022-02-14 12:19:02 -07:00
results.py Ensure valid str->float conv in currency calc 2022-02-17 16:33:44 -07:00
search.py Use consistent header for all result types (#535) 2022-02-07 10:47:25 -07:00
session.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00