Update index.py

pull/5/head
Mr Chen 6 years ago
parent 35bd7d4cc1
commit 3b83c0538f
  1. 2
      plugins/simdht/index.py

@ -254,7 +254,7 @@ def getTrendData():
isError = isSqlError(result) isError = isSqlError(result)
if isError: if isError:
return isError return isError
one = getMinData(pdb, 1) one = getMinData(pdb, 2)
two = getMinData(pdb, 5) two = getMinData(pdb, 5)
three = getMinData(pdb, 10) three = getMinData(pdb, 10)
return public.getJson([one, two, three]) return public.getJson([one, two, three])

Loading…
Cancel
Save