Increase period in gallery example to Month
This commit is contained in:
parent
0229723434
commit
0037699dda
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ impl Image {
|
|||
.get("https://civitai.com/api/v1/images")
|
||||
.query(&[
|
||||
("sort", "Most Reactions"),
|
||||
("period", "Week"),
|
||||
("period", "Month"),
|
||||
("nsfw", "None"),
|
||||
("limit", &Image::LIMIT.to_string()),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue