Complying to pyright
This commit is contained in:
parent
d099cd262d
commit
4e90275507
@ -52,7 +52,7 @@ class TvShow(CrawlSpider):
|
||||
|
||||
def main():
|
||||
process = CrawlerProcess()
|
||||
process.crawl(TvShow)
|
||||
_ = process.crawl(TvShow)
|
||||
process.start()
|
||||
return 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user