Skip to content

Commit

Permalink
移除忘记的print
Browse files Browse the repository at this point in the history
  • Loading branch information
flewsea committed Jul 21, 2017
1 parent aa9648b commit 8c1aeac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion novel_360dxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def parse_vollist(self):
soup = self.parse_page(self.url)
volumes = soup.select('div.am-panel-bd.book-info')
self.extract_common_information(soup)
print(volumes[1:-2])
if volumes[1:-2]:
for volume in volumes[1:-2]:
print(volume)
Expand Down

0 comments on commit 8c1aeac

Please sign in to comment.