tossman

Results 3 issues of tossman

``` ... while True: fit = bot.search(...,max_buy=400) for x in fit: if count >= 100: break flag = bot.bid(x['tradeId'], x['buyNowPrice'], fast=True) print("bot %s at:%d" % (x['tradeId'], x['buyNowPrice'])) print(flag) if flag:...

Feature Request

xxx.py: ``` import fut ... bot = fut.Core(...) count = 0 while count < 100: bs = bot.search(...) for x in bs: flag = bot.bid(x['tradeId'], 200, fast=True) print(flag) if flag:...

why change page_size from 16 to 36?is that safety? @oczkers