Only scraping profile source matching actor entity, changed avatar entropy cut-off from 6 to 5.5.

This commit is contained in:
DebaucheryLibrarian
2021-03-11 04:16:59 +01:00
parent 7f53f585c0
commit 00c06778ef
3 changed files with 13 additions and 7 deletions

View File

@@ -25,7 +25,9 @@ function logActive() {
}
async function init() {
logActive();
if (argv.logActive) {
logActive();
}
if (argv.server) {
await initServer();