zhaoyang 2 년 전
부모
커밋
a684487d1b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      content_spider/baseSpider.py

+ 0 - 2
content_spider/baseSpider.py

@@ -136,7 +136,6 @@ class baseSpider(scrapy.Spider):
         chapter_item['next_cid'] = 0
         chapter_item['updated_at'] = now
         chapter_item['created_at'] = now
-        chapter_item = ChapterItem(meta)
         yield chapter_item
 
     def get_start_url(self):
@@ -270,7 +269,6 @@ class baseUpdateSpider(scrapy.Spider):
         chapter_item['next_cid'] = 0
         chapter_item['updated_at'] = now
         chapter_item['created_at'] = now
-        chapter_item = ChapterItem(meta)
         yield chapter_item