Mercurial > public > sg101
annotate custom_search/__init__.py @ 980:3ebde23a59d0
Pass timeout to requests instead of global timeout.
Global timeout didn't seem to work once we started using requests.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Oct 2015 18:35:56 -0500 |
parents | 78b459d4ab17 |
children |
rev | line source |
---|---|
bgneal@924 | 1 default_app_config = 'custom_search.apps.CustomSearchConfig' |