summaryrefslogtreecommitdiffstats
path: root/poc/spike5_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'poc/spike5_node.py')
-rw-r--r--poc/spike5_node.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/poc/spike5_node.py b/poc/spike5_node.py
index b560dc1..cded922 100644
--- a/poc/spike5_node.py
+++ b/poc/spike5_node.py
@@ -33,7 +33,8 @@ MESHBAY_PORT = 19003
CHUNK_SIZE = 1024 * 1024 # 1 MB
TEST_FILE = Path("testfile.bin")
STATE_FILE = Path("node_state.json")
-PASS = "✓"; FAIL = "✗"
+PASS = "✓"
+FAIL = "✗"
# ── Wire helpers ───────────────────────────────────────────────────────────────