Skip to content

Commit

Permalink
add max request
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyz committed Oct 19, 2011
1 parent c5cd362 commit d5476aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions item_prices/server/shops.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var extract_nospu_items = exports.extract_nospu_items = function(body) {
newarr.push({"username":encodeURIComponent(title), "cnt":price,"url": url, "msg":""});

i++;
if(i==5) break;
}
return newarr;
}
Expand Down

0 comments on commit d5476aa

Please sign in to comment.