puppylpg / oddish

Crawl csgo skin info from `buff.163.com` and steam, then find the most suitable one to buy from the former and to sell to the latter.
https://puppylpg.github.io/2019/12/07/python-crawler-buff-optimaze/
GNU General Public License v3.0
321 stars 80 forks source link

Update oddish_base.py #109

Closed Rmnesia closed 1 year ago

Rmnesia commented 1 year ago

priceMin和priceMax是float类型,使用QSpinbox会报 self.priceMin.setValue(config.CRAWL_MIN_PRICE_ITEM) TypeError: setValue(self, int): argument 1 has unexpected type 'float'类型错误。 因此需要改成QDoubleSpinbox

image