diff --git a/gog.js b/gog.js index 4e27cc2..1785663 100644 --- a/gog.js +++ b/gog.js @@ -84,7 +84,7 @@ try { if (!cfg.debug) context.setDefaultTimeout(cfg.timeout); } user = await page.locator('#menuUsername').first().textContent(); // innerText is uppercase due to styling! - console.log(`Signed in as '${user}'`); + console.log(`Signed in as ${user}`); db.data[user] ||= {}; const banner = page.locator('#giveaway');