akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
241 stars 77 forks source link

`update=0` in `seller_query` not recognized #124

Closed imjbmkz closed 1 year ago

imjbmkz commented 1 year ago

Hello. It seems that seller_query can't capture update=0. From the interface.py, it says:

if update:
   payload["update"] = update

The condition skips this if we enter 0 since 0 is treated as False. I think this is similar with issue #24. Thanks!