5 lines
120 B
Python
5 lines
120 B
Python
import hou
|
|
hou.hscript("closeport 12345")
|
|
hou.hscript("openport 12345 0.0.0.0")
|
|
print("Hermes Bridge: port 12345 open")
|