mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +00:00
Merge fe5501132e
into e8baa81d89
This commit is contained in:
commit
201b8ae1f9
3
utils.py
3
utils.py
@ -65,7 +65,8 @@ def search_images_ddg(key,max_n=200):
|
|||||||
if max_n < 1: return L(set(urls)) # dedupe
|
if max_n < 1: return L(set(urls)) # dedupe
|
||||||
if 'next' not in data: return L(set(urls))
|
if 'next' not in data: return L(set(urls))
|
||||||
requestUrl = url + data['next']
|
requestUrl = url + data['next']
|
||||||
except:
|
except Exception as e:
|
||||||
|
print('Error: %s. Contiuing...' % e)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user