mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Update crawler
This commit is contained in:
parent
0081b0657f
commit
49e49b00b7
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const run = spawn("cargo",
|
const run = spawn("cargo",
|
||||||
["run", "--", "--start-instances", all_recommended,
|
["run", "--", "--json", "--start-instances", all_recommended,
|
||||||
"--exclude-instances", recommended_instances.exclude], {
|
"--exclude-instances", recommended_instances.exclude], {
|
||||||
cwd: "lemmy-stats-crawler",
|
cwd: "lemmy-stats-crawler",
|
||||||
encoding : 'utf8'
|
encoding : 'utf8'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b4ab747f1e12dc94ddd6199708b299c7ff6cb27
|
Subproject commit 4011a9857ee61f9b1e0347c4159e79934edd4a47
|
Loading…
Reference in a new issue