added variable for easier modifications
This commit is contained in:
parent
aa6f928ed2
commit
2d9cc7e9fe
@ -13,7 +13,7 @@ func (c *Client) GetFavorites(user models.E621User) ([]models.Post, error) {
|
||||
var URIPath string
|
||||
|
||||
for {
|
||||
URIPath = fmt.Sprintf("favorites.json?user_id=%d&limit=320&page=%d", user.ID, page)
|
||||
URIPath = fmt.Sprintf("favorites.json?user_id=%d&limit=%d&page=%d", user.ID, 320, page)
|
||||
log.WithFields(log.Fields{
|
||||
"id": user.ID,
|
||||
"fav_page": page,
|
||||
|
Reference in New Issue
Block a user