Updated Engine Docstring

Updated the server_port arg in engine docstring to be a string.
This commit is contained in:
Michael Harrity 2021-09-05 07:58:38 -07:00
parent 00b2e0e5be
commit b7bd667ac7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Engine():
demo_mode=False):
"""
Args:
server_port (int): The port(s) the engine will monitor
server_port (str): The port(s) the engine will monitor
string_strategy (str): String representation of strategy DNA to apply to the network
environment_id (str, None): ID of the given strategy
server_side (bool, False): Whether or not the engine is running on the server side of the connection