#576 fixed incorrect SNA output rate

This commit is contained in:
Mikayla Fischler
2024-11-17 19:35:34 -05:00
parent 8fad94c4c6
commit edde416889
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.16"
local SUPERVISOR_VERSION = "v1.5.17"
local println = util.println
local println_ts = util.println_ts