diff --git a/main.js b/main.js index 8fe4737..a6163de 100644 --- a/main.js +++ b/main.js @@ -63,7 +63,7 @@ async function main() { !excludedUsers.includes(user.username) }); - console.log(`Found ${usersToDelete.length} users matching criteria (no posts, not updated, and older than 5 days)`); + console.log(`Found ${usersToDelete.length} users matching criteria (no posts, not updated, and older than ${PERIOD} days)`); console.log('\nUsers to be deleted:'); usersToDelete.forEach(user => {