Skip to content

Commit 7eb7c1a

Browse files
committed
ahhhhhhhhhhhhh
1 parent ac47b90 commit 7eb7c1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
const { image_search } = require("duckduckgo-images-api");
1919

20-
image_search({ query: "seltin sweety nude", moderate: false, iterations: 1, retries: 2 }).then((results) => {
20+
image_search({ query: "cute dog", moderate: false, iterations: 1, retries: 2 }).then((results) => {
2121
results.forEach((result) => {
2222
console.log(result.image);
2323
});

todo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
displayed images not working for old images
1+
% displayed images not working for old images
22

3-
register and generate multiple images
3+
% register and generate multiple images
44

0 commit comments

Comments
 (0)