From 5625307a029bf0d59b6615958dbad2e020afb52e Mon Sep 17 00:00:00 2001 From: Spoked Date: Sat, 21 Sep 2024 08:07:10 -0400 Subject: [PATCH] fix: remove missing attr --- src/program/scrapers/torrentio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/program/scrapers/torrentio.py b/src/program/scrapers/torrentio.py index 27cf66b0..efb3a9d1 100644 --- a/src/program/scrapers/torrentio.py +++ b/src/program/scrapers/torrentio.py @@ -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