mozilla / minion-zap-plugin

Minion ZAP Plugin
14 stars 8 forks source link

self.spider.status now returns a string instead #6

Closed yeukhon closed 11 years ago

yeukhon commented 11 years ago

spider_progress = int(self.zap.spider.status[0]) no longer works because status as a proprety / attribute now returns a string directly, instead of a tuple/list.

Remove the index.