Skip to content

Commit

Permalink
lint flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZFix committed Oct 21, 2023
1 parent ebda6f5 commit 0a116ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/en/d/daotranslate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class DaoTranslateCrawler(Crawler):
base_url = "https://daotranslate.com/"
has_mtl= True
has_mtl = True

def initialize(self):
self.init_executor(ratelimit=1.1)
Expand Down Expand Up @@ -57,7 +57,6 @@ def read_novel_info(self):
self.novel_cover = possible_image["data-src"]
logger.info("Novel cover: %s", self.novel_cover)


possible_author = soup.select_one(
".info-content .spe span:nth-child(3) a"
)
Expand Down

0 comments on commit 0a116ef

Please sign in to comment.