From 57a370ad691dee5ca1b12ef9ea31887735368ec9 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Fri, 27 Mar 2026 19:51:27 +0200 Subject: [PATCH] [P] Remove trailing spaces --- MapView/datasource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()