Skip to content

Commit

Permalink
fix: Alert 기능 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
BEMELON committed Jan 28, 2024
1 parent 7ea8e6a commit 85e73d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrapy_crawler/DBWatchDog/Classify/spiders/ClassifyDog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ class ClassifyDog(scrapy.Spider):
"scrapy_crawler.DBWatchDog.Classify.macbook_pipelines.MacbookClassifyPipeline": 15,
"scrapy_crawler.DBWatchDog.Classify.iphone_pipelines.IphoneClassifyPipeline": 16,
"scrapy_crawler.DBWatchDog.Classify.pipelines.PersistRawUsedItemPipeline": 17,
"scrapy_crawler.DBWatchDog.Classify.pipelines.LabelingAlertPipeline": 18,
"scrapy_crawler.DBWatchDog.Classify.pipelines.PersistDealPipeline": 19,
"scrapy_crawler.DBWatchDog.Classify.pipelines.DealAlertPipeline": 20,
},
}

Expand Down

0 comments on commit 85e73d1

Please sign in to comment.