From b2d25f4b6f2b47ad4113f4b1474b8b54ebf7cf3e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 19 Jan 2019 15:59:27 +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 60fb8e149..969e8e9ff 100755 --- a/plugins/simdht/index.py +++ b/plugins/simdht/index.py @@ -265,7 +265,7 @@ def getTrendData(): def dhtCmd(): file = initDreplace() - return file+' rstart' + return file+' restart' if __name__ == "__main__": func = sys.argv[1]