Reduce the number of cats in giphy sticker search results.

master
Greyson Parrelli 2020-07-27 09:41:10 -04:00
parent 3d237d72bd
commit e38d41d67a
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ public class GiphyStickerLoader extends GiphyLoader {
@Override
protected String getSearchUrl() {
return "https://api.giphy.com/v1/stickers/search?q=cat&api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
return "https://api.giphy.com/v1/stickers/search?api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
}
}