port

getml.port = 1708

Port the getML engine is running at.

It will be used in almost every call to a function/class/method of the getML Python API to establish a socket connection with the engine.

If you e.g. changed the port of the getML engine to 3245, you have to execute the following commands before being able to connect to it from the Python API at all.

import getml
getml.port = 3245