kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Fetcher - Puppeteer experimental fetcher wasn't returning the status-code (#1585)
rodzic
1367197df7
commit
1aeafef910
|
|
@ -384,6 +384,7 @@ class base_html_playwright(Fetcher):
|
|||
self.headers = x.get('headers')
|
||||
self.instock_data = x.get('instock_data')
|
||||
self.screenshot = base64.b64decode(x.get('screenshot'))
|
||||
self.status_code = x.get('status_code')
|
||||
self.xpath_data = x.get('xpath_data')
|
||||
|
||||
else:
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue