We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2683378 commit a6603d5Copy full SHA for a6603d5
changedetectionio/processors/restock_diff/processor.py
@@ -7,7 +7,7 @@
7
import time
8
9
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
10
-name = 'Re-stock & Price detection for single product pages'
+name = 'Re-stock & Price detection for pages with a SINGLE product'
11
description = 'Detects if the product goes back to in-stock'
12
13
class UnableToExtractRestockData(Exception):
0 commit comments