mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-14 15:56:30 +02:00
Fix async run
This commit is contained in:
@ -90,7 +90,7 @@ class WsOtaHandler (threading.Thread):
|
|||||||
|
|
||||||
def run(self, ):
|
def run(self, ):
|
||||||
try:
|
try:
|
||||||
asyncio.run(self.start_)
|
asyncio.run(self.start_())
|
||||||
except Exception as exception:
|
except Exception as exception:
|
||||||
Logger.exception(exception)
|
Logger.exception(exception)
|
||||||
finally:
|
finally:
|
||||||
|
Reference in New Issue
Block a user