From 79de0af8ef327daff091bc68a9e2d6e12f454952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 11:40:57 +0800 Subject: [PATCH] Update main.js --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 44c15ca..3e4aaa7 100644 --- a/main.js +++ b/main.js @@ -310,6 +310,7 @@ function main() { initWebServer(adapter.config); } +/* // Convert port to number adapter.config.interval = parseInt(adapter.config.interval, 10); @@ -320,5 +321,5 @@ function main() { // poll every x milliseconds timer = setInterval(pollData, adapter.config.interval); } - +*/ }