Skip to content

Commit

Permalink
Fix typo (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored May 2, 2024
1 parent 37d3a59 commit 0bd54d1
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 0bd54d1

Please sign in to comment.