From be6391c5b462c2f3b5c6d9bb2818f4efe247eb89 Mon Sep 17 00:00:00 2001 From: spencerkee <spencerkee@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:29:04 +0000 Subject: [PATCH] Add example right input --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index d366e04..1e9e523 100644 --- a/app.js +++ b/app.js @@ -256,7 +256,8 @@ function tick() { code.data.includes("OPDKS") || code.data.includes("OPXWS") || code.data.includes("OPU*S") || - code.data.includes("OOGTS") + code.data.includes("OOGTS") || + code.data.includes("OODKS") ) { qr.right = true; } -- GitLab