Closed this issue 5 years ago · 1 comments
./zart.py trend --itemid 23253 --countOutput --limit 3
has this error
if 'limit' in keywords and len(obj) >= keywords['limit']: TypeError: object of type 'int' has no len()
removing --countOutput and it works fine
--countOutput
Fixed in 84f94ca