first try?

This commit is contained in:
2024-10-06 12:43:53 +02:00
parent 0456877901
commit 276996b1e1
5 changed files with 10 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ export async function main(ns) {
//settings
const nRefreshFrequency = 1000; //time in ms
ns.exec(sServerLister, sThisRunner, 1, false, true);
//ns.exec(sServerLister, sThisRunner, 1, false, true);
await ns.sleep(100);
let oBestTarget = JSON.parse(ns.read("bestTarget.txt"));