Skip to content

Commit

Permalink
fix: remove missing attr
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Sep 21, 2024
1 parent dd4c796 commit 5625307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/program/scrapers/torrentio.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(self):
self.key = "torrentio"
self.settings: TorrentioConfig = settings_manager.settings.scraping.torrentio
self.timeout: int = self.settings.timeout
self.ratelimit: bool = self.settings.ratelimit
self.initialized: bool = self.validate()
if not self.initialized:
return
Expand Down

0 comments on commit 5625307

Please sign in to comment.