Skip to content

Commit

Permalink
Update centralnovel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd authored Dec 7, 2024
1 parent 8818a86 commit 5cfd555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/pt/centralnovel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
class CentralNovelCrawler(MangaStreamTemplate):
base_url = ["https://centralnovel.com/"]

def initialize(self) -> None:
def initialize(self) -> None:
self.init_executor(ratelimit=2.99)

0 comments on commit 5cfd555

Please sign in to comment.