diff --git a/loop.ts b/loop.ts
index 8f48d94..37573ed 100755
--- a/loop.ts
+++ b/loop.ts
@@ -24,7 +24,7 @@ async function main() {
}
function run() {
- const [cmd, ...args] = ["cargo", "run", "--release"];
+ const [cmd, ...args] = ["cargo", "run", "--release", "--bin=proxy"];
return new Deno.Command(cmd, { args, stdin: "inherit", stderr: "null" })
.spawn();
}
diff --git a/src/game/simulation.rs b/src/game/simulation.rs
index 05d0b98..178d560 100644
--- a/src/game/simulation.rs
+++ b/src/game/simulation.rs
@@ -42,7 +42,9 @@ pub fn wordle_buffs_for(target: &str) -> (Vec