scrapinghub/spidermon

Scrapinghub jobs.list method called with incorrect filter parameter

VMRuiz opened this issue · 0 comments

filters=dict(has_tag=tags) if tags else None doesn't do anything, at least in the version of scrapinghub I'm using (2.4.0). has_tag=tags as a parameter by itself, without the filters wrap, does filter the jobs, though I'm not sure if that's backward compatible.

Originally posted by @curita in #444 (comment)