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)
keywords = 'butterfly'
ddgs_images_gen = ddgs.images(
keywords,
region="wt-wt",
safesearch="Off",
size=None,
color="Monochrome",
# color="Monochrome",
type_image=None,
layout=None,
license_image=None,