feat: set country in config, login to nvidia when starting (#162)

This commit is contained in:
fuckingrobot
2020-09-21 20:12:45 -04:00
committed by GitHub
parent 3b9a1d2ea8
commit ebd6091a09
8 changed files with 213 additions and 87 deletions
+4
View File
@@ -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);
}
}