Changed actor foot column to decimal.

This commit is contained in:
DebaucheryLibrarian
2026-03-01 04:27:29 +01:00
parent 6e20d7d216
commit f82167656b
2 changed files with 25 additions and 0 deletions

View File

@@ -891,6 +891,8 @@ async function scrapeActors(argNames) {
console.log(util.inspect(profiles, { depth: Infinity, colors: true }));
}
console.log('PROFILES', profiles);
if (argv.save) {
await storeProfiles(profiles);
}