Skip to content

Commit ff82890

Browse files
authored
Update __init__.py (#97)
1 parent 4f7bb94 commit ff82890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bald/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def __getitem__(self, item):
272272
try:
273273
# print('retrying: {}'.format(item))
274274
headers = {'Accept': 'text/html'}
275-
self.cache[item] = requests.get(item, headers=headers, timeout=11)
275+
self.cache[item] = requests.get(item, headers=headers, timeout=64)
276276
except Exception:
277277
pass
278278

0 commit comments

Comments
 (0)