mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed a bug caused by the ddg api no longer fetching image results
correctly.
This commit is contained in:
@@ -16,7 +16,6 @@ class DuckDuckGo:
|
||||
:param _key: &t=h_&iar=images&iax=images&ia=images&format=json&pretty=1
|
||||
"""
|
||||
_key = "&t=h_&iar=images&iax=images&ia=images&format=json&pretty=1"
|
||||
breakpoint()
|
||||
try:
|
||||
query = query.string
|
||||
except AttributeError:
|
||||
|
||||
Reference in New Issue
Block a user