diff --git a/examples/esp8266/WebSocketClientOTA/python_ota_server/main.py b/examples/esp8266/WebSocketClientOTA/python_ota_server/main.py index 7e7fba1..174e2d3 100644 --- a/examples/esp8266/WebSocketClientOTA/python_ota_server/main.py +++ b/examples/esp8266/WebSocketClientOTA/python_ota_server/main.py @@ -90,7 +90,7 @@ class WsOtaHandler (threading.Thread): def run(self, ): try: - asyncio.run(self.start_) + asyncio.run(self.start_()) except Exception as exception: Logger.exception(exception) finally: