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