mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
feat: set country in config, login to nvidia when starting (#162)
This commit is contained in:
@@ -24,6 +24,10 @@ async function main() {
|
||||
|
||||
for (const store of Stores) {
|
||||
Logger.debug(store.links);
|
||||
if (store.setupAction !== undefined) {
|
||||
store.setupAction(browser);
|
||||
}
|
||||
|
||||
setTimeout(tryLookupAndLoop, getSleepTime(), browser, store);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user