Skip to content

Commit

Permalink
Fix Server
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed May 15, 2024
1 parent aae8f5b commit 396f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrw/network/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def __init__(self, client_socket: socket.socket | None, server: Server) -> None:
self._active: bool = False
self._socket_wrapper: _ClientSocketWrapper = _ClientSocketWrapper(client_socket)
if client_socket is not None:
self.start()
self._active = True
self.start()

@override
def run(self) -> None:
Expand Down

0 comments on commit 396f155

Please sign in to comment.