Update run-downloadDb.js
This commit is contained in:
parent
78ceefe33f
commit
a76a393a12
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const downloadDb = async () => {
|
||||||
await getMany(processes, threadMax, directory, 'media');
|
await getMany(processes, threadMax, directory, 'media');
|
||||||
|
|
||||||
log(ctx, 'Downloading media using /search');
|
log(ctx, 'Downloading media using /search');
|
||||||
//await getMany(processes, threadMax, directory, 'search');
|
await getMany(processes, threadMax, directory, 'search');
|
||||||
|
|
||||||
processes.forEach(entry => {
|
processes.forEach(entry => {
|
||||||
entry.logs.forEach(log => {
|
entry.logs.forEach(log => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue