Use correct function

This commit is contained in:
Tux 2015-12-06 16:39:03 -05:00
parent 12ad0c792b
commit 18117d5dc4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local heartbeats = c("HGETALL", "heartbeats")
local total = 0
local key
for _, v in pairs(heartbeats) do
for _, v in ipairs(heartbeats) do
if not key then
key = v
else