fix: remove hard coded keywords

after_detailer
Abdullah Alfaraj 2023-06-03 09:20:00 +03:00
parent 58cef755c4
commit f97b638d52
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ async def imageSearch(keywords = 'cute cats'):
ddgs = DDGS(timeout=60) ddgs = DDGS(timeout=60)
keywords = 'butterfly'
ddgs_images_gen = ddgs.images( ddgs_images_gen = ddgs.images(
keywords, keywords,
region="wt-wt", region="wt-wt",
safesearch="Off", safesearch="Off",
size=None, size=None,
color="Monochrome", # color="Monochrome",
type_image=None, type_image=None,
layout=None, layout=None,
license_image=None, license_image=None,