mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Update repl_server.py
This commit is contained in:
parent
9210188b71
commit
3036637e48
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import io as __io
|
||||||
|
|
||||||
__server_socket = __socket.socket()
|
__server_socket = __socket.socket()
|
||||||
# DummyVM will replace this __PORT__ with free port
|
# DummyVM will replace this __PORT__ with free port
|
||||||
__server_socket.bind(('127.0.0.1', __PORT__))
|
__server_socket.bind(('127.0.0.1', __PORT__))
|
||||||
__server_socket.listen(1)
|
__server_socket.listen(1)
|
||||||
(__client_socket, __client_address) = __server_socket.accept()
|
(__client_socket, __client_address) = __server_socket.accept()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue