diff options
Diffstat (limited to 'examples/gallery')
| -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"),              ])  | 
