Skip to content

Commit 59813e3

Browse files
committed
Whoops
1 parent 617dc52 commit 59813e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/mangachan/detail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class MangachanDetailSpider(scrapy.Spider):
2626
}
2727

2828
def parse(self, response: HtmlResponse, **kwargs):
29-
raise Exception("asdas")
3029
identifier = response.url[len(url_prefix(response.url)) :]
3130

3231
description = response.xpath('//div[@id="description"]/text()').extract_first()

0 commit comments

Comments
 (0)