diff --git a/changedetectionio/processors/restock_diff.py b/changedetectionio/processors/restock_diff.py index d5f605e6..67b86970 100644 --- a/changedetectionio/processors/restock_diff.py +++ b/changedetectionio/processors/restock_diff.py @@ -71,7 +71,7 @@ class perform_site_check(difference_detection_processor): ]): self.fetcher.instock_data = 'Possibly in stock' else: - update_obj["in_stock"] = False + self.fetcher.instock_data = availability # Fallback to scraping the content for keywords (done in JS) if self.fetcher.instock_data: