Skip to content

Commit

Permalink
[patch] Fix for Attribute error in PlaceHolderArr Class
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Sep 27, 2024
1 parent e14bc34 commit 1fa6453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -5116,6 +5116,7 @@ def __init__(
run_logs(self.logger)
self.search_missing = False
self.session = None
self.search_setup_completed = False
self.logger.hnotice("Starting %s monitor", self._name)

def _process_errored(self):
Expand Down

0 comments on commit 1fa6453

Please sign in to comment.