[P] Remove trailing spaces
Some checks failed
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Has been cancelled

This commit was merged in pull request #36.
This commit is contained in:
2026-03-27 19:51:27 +02:00
parent b2b8906478
commit 57a370ad69

View File

@@ -53,7 +53,7 @@ class Datasource:
Logger.debug("CONNECT TO SERVER") Logger.debug("CONNECT TO SERVER")
async with websockets.connect(uri) as websocket: async with websockets.connect(uri) as websocket:
self.connection_status = "Connected" self.connection_status = "Connected"
self.websocket = websocket self.websocket = websocket
try: try:
while True: while True:
data = await websocket.recv() data = await websocket.recv()