Skip to content
Snippets Groups Projects
Commit 0728fdc9 authored by Iori Ichinose's avatar Iori Ichinose :speech_balloon:
Browse files

change size to small

parent c2d7b4df
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ class Setu:
res = httpx.post(cls.SETU_API, json={
'r18': 0,
'num': 1,
'size': ['small'],
'tag': keywords,
})
return cls._decode(res)
......@@ -35,6 +36,7 @@ class Setu:
res = httpx.post(cls.SETU_API, json={
'r18': 0,
'num': 1,
'size': ['small'],
'keyword': keyword,
})
return cls._decode(res)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment