forked from M-Labs/artiq
1
0
Fork 0

devtool: forward port 1383 (moninj).

This commit is contained in:
whitequark 2017-07-04 17:54:18 +00:00
parent 4e5ea1bbaf
commit 7a5fbc1622
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def main():
local_stream.close()
remote_stream.close()
for port in (1380, 1381, 1382):
for port in (1380, 1381, 1382, 1383):
thread = threading.Thread(target=forwarder, args=(port,),
name="port-{}".format(port), daemon=True)
thread.start()