blob: 97e1bc598c5031251f00bddfd3b380d1e070e5ac [file] [log] [blame]
query = "\
SELECT TIMESTAMPDIFF(SECOND, acctstarttime, NOW()) \
FROM radacct \
WHERE UserName='%{${key}}' \
ORDER BY acctstarttime \
LIMIT 1;"