whoogle-search/app/utils
Ben Busby 23402e27e1
Check for updates using 24 hour time delta
Rather than only checking for an available update on app init, the check
for updates now performs the check once every 24 hours on the first
request sent after that period.

This also now catches the requests.exceptions.ConnectionError that is
thrown if the app is initialized without an active internet connection.

Fixes #649
2022-02-14 12:19:02 -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 Fix "my ip" search regression 2022-02-14 11:40:11 -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