Closed harrimd closed 3 years ago
For backwards compatibility, the engine was sometimes called using an int for the server port directly. This would cause an error, so casting to str() solves that without needing to change anything.
For backwards compatibility, the engine was sometimes called using an int for the server port directly. This would cause an error, so casting to str() solves that without needing to change anything.