akaszynski/keepa

`update=0` in `seller_query` not recognized

imjbmkz opened this issue · 0 comments

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!