summaryrefslogtreecommitdiffstats
path: root/examples/gallery/src/civitai.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gallery/src/civitai.rs')
-rw-r--r--examples/gallery/src/civitai.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gallery/src/civitai.rs b/examples/gallery/src/civitai.rs
index d1163013..5844fdfc 100644
--- a/examples/gallery/src/civitai.rs
+++ b/examples/gallery/src/civitai.rs
@@ -25,7 +25,7 @@ impl Image {
.get(endpoint("/images"))
.query(&[
("sort", "Most Reactions"),
- ("period", "Day"),
+ ("period", "Week"),
("nsfw", "None"),
("limit", "99"),
])