Increase period in gallery example to Month

This commit is contained in:
Héctor Ramón Jiménez 2025-08-06 03:36:39 +02:00
parent 0229723434
commit 0037699dda
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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()),
])