esp8266/scripts/webrepl: Don't start on import.

Explicit .start() is required now.
This commit is contained in:
Paul Sokolovsky 2016-04-25 00:33:27 +03:00
parent 8db4f363e9
commit bd66b09512

View File

@ -47,6 +47,3 @@ def stop():
def start():
stop()
setup_conn()
start()