imjbmkz opened this issue 2 years ago · 0 comments
Hello. It seems that seller_query can't capture update=0. From the interface.py, it says:
seller_query
update=0
interface.py
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!
0
False