From f7ddb296e857fd02a7ec3f9f272b9779c290562b Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 11 Feb 2019 16:24:29 +0800 Subject: [PATCH] Update index.py --- plugins/simdht/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])