diff options
author | 2025-01-27 20:46:47 +0100 | |
---|---|---|
committer | 2025-01-27 20:46:47 +0100 | |
commit | e1ad0910f0a383372a481cab4545c4e20805b41c (patch) | |
tree | 4a114479dc3d964a809a280911ac2fad32543312 /examples | |
parent | 8fd87f94eb11f4c76e9aa67ef6c2a3452add0730 (diff) | |
download | iced-e1ad0910f0a383372a481cab4545c4e20805b41c.tar.gz iced-e1ad0910f0a383372a481cab4545c4e20805b41c.tar.bz2 iced-e1ad0910f0a383372a481cab4545c4e20805b41c.zip |
Change `period` to `Week` in `gallery` example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gallery/src/civitai.rs | 2 |
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"), ]) |