stop wasn't awaited (now it is)

thanks to @mgfreixa
This commit is contained in:
itsdeka
2022-01-20 12:41:37 +01:00
parent 767735bf62
commit f2d83fefbc

View File

@@ -208,7 +208,7 @@ class GenericWebsocket:
"""
This is used by the HF data server.
"""
self.stop()
await self.stop()
async def on_open(self):
"""