Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan- committed Jan 3, 2023
1 parent 4b4f586 commit 71a2020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexget/plugins/input/discover.py
Expand Up @@ -316,7 +316,7 @@ def on_task_input(self, task, config):
)
# TODO: the entries that are estimated should be given priority over expiration
entries = self.interval_expired(config, task, entries)
estimation_mode = config['release_estimations']['mode']
estimation_mode = config['release_estimations']
if estimation_mode != 'ignore':
entries = self.estimated(entries, estimation_mode, config['release_date_modifier'])
return self.execute_searches(config, entries, task)
Expand Down

0 comments on commit 71a2020

Please sign in to comment.