summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/scripts/webrepl.py
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/scripts/webrepl.py')
-rw-r--r--esp8266/scripts/webrepl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/esp8266/scripts/webrepl.py b/esp8266/scripts/webrepl.py
index 1a8fbe8795..f304b4e98b 100644
--- a/esp8266/scripts/webrepl.py
+++ b/esp8266/scripts/webrepl.py
@@ -47,6 +47,3 @@ def stop():
def start():
stop()
setup_conn()
-
-
-start()