git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@413 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 20 years ago
parent 1f36bf4dae
commit a2cf76ea7c

@ -185,6 +185,7 @@ public class crawlOrder {
prop.put("list_" + i + "_lurl", (String) stackresult[2]); prop.put("list_" + i + "_lurl", (String) stackresult[2]);
prop.put("list_" + i + "_count", i); prop.put("list_" + i + "_count", i);
} }
prop.put("list", count);
response = "enqueued"; response = "enqueued";
reason = "ok"; reason = "ok";
lurl = ""; lurl = "";

Loading…
Cancel
Save