diff --git a/tradebot.js b/tradebot.js index 8212b7d..5a6166c 100644 --- a/tradebot.js +++ b/tradebot.js @@ -31,6 +31,7 @@ async function sync(timeout) { console.log(consoleTime(), "Setup Steam Client...") steam_client = setupClient(); } + await sleep(timeout * 60000); } else { console.log(consoleTime(), `wait ${timeout} seconds after destroy, where pulse failed`); await sleep(timeout * 1000);