diff --git a/MapView/datasource.py b/MapView/datasource.py index 22f4524..29cf19e 100644 --- a/MapView/datasource.py +++ b/MapView/datasource.py @@ -53,7 +53,7 @@ class Datasource: Logger.debug("CONNECT TO SERVER") async with websockets.connect(uri) as websocket: self.connection_status = "Connected" - self.websocket = websocket + self.websocket = websocket try: while True: data = await websocket.recv()