diff --git a/plugins/simdht/index.py b/plugins/simdht/index.py index a7e5a97a7..cea652e73 100755 --- a/plugins/simdht/index.py +++ b/plugins/simdht/index.py @@ -254,7 +254,7 @@ def getTrendData(): isError = isSqlError(result) if isError: return isError - one = getMinData(pdb, 1) + one = getMinData(pdb, 2) two = getMinData(pdb, 5) three = getMinData(pdb, 10) return public.getJson([one, two, three])