aboutsummaryrefslogtreecommitdiff
path: root/salis.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-15 03:46:23 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-04-15 03:46:23 +0200
commit21b6fc1eb1fddc817aa493fe89b14cad0cda65a0 (patch)
treea1506d90a7a3af4aafc76fe26f8e39cef3d0cf00 /salis.py
parent8c56bc6ebf71ff94694ac456447acc2dc8b0ed72 (diff)
Adds more heatmaps
Diffstat (limited to 'salis.py')
-rwxr-xr-xsalis.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/salis.py b/salis.py
index f56864c..afb8099 100755
--- a/salis.py
+++ b/salis.py
@@ -299,6 +299,10 @@ if args.command in ["serve"]:
f"eev_{i}": {
"table": f"eev_{i}",
} for i in range(args.cores)
+ } | {
+ f"bev_{i}": {
+ "table": f"bev_{i}",
+ } for i in range(args.cores)
},
}