mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-04 23:25:32 +00:00
Small fix for missing var
This commit is contained in:
@@ -118,7 +118,7 @@ class perform_site_check(difference_detection_processor):
|
||||
raise Exception("Watch no longer exists.")
|
||||
|
||||
# Unset any existing notification error
|
||||
update_obj = {'last_notification_error': False, 'last_error': False, 'restock': None}
|
||||
update_obj = {'last_notification_error': False, 'last_error': False, 'restock': Restock()}
|
||||
|
||||
self.screenshot = self.fetcher.screenshot
|
||||
self.xpath_data = self.fetcher.xpath_data
|
||||
|
||||
Reference in New Issue
Block a user