Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed May 2, 2024
1 parent 37d3a59 commit 19282ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/terminals/fps_terminals/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def send_data(self):
await websocket.send_json(["stdout", self.data_or_disconnect])

def quit(self, websocket):
if websocket in self.weksockets:
if websocket in self.websockets:
self.websockets.remove(websocket)
if not self.websockets:
os.close(self.fd)

0 comments on commit 19282ea

Please sign in to comment.