mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat: max price per series (#451)
This commit is contained in:
@@ -40,6 +40,11 @@ async function main() {
|
||||
args.push(`--proxy-server=http://${config.proxy.address}:${config.proxy.port}`);
|
||||
}
|
||||
|
||||
// Check for deprecated configuration values
|
||||
if (process.env.MAX_PRICE) {
|
||||
logger.warn('ℹ MAX_PRICE is deprecated, please use MAX_PRICE_$[series]');
|
||||
}
|
||||
|
||||
const browser = await puppeteer.launch({
|
||||
args,
|
||||
defaultViewport: {
|
||||
|
||||
Reference in New Issue
Block a user