From b7bd667ac7b3c30eba967bf549d6c736b1c28161 Mon Sep 17 00:00:00 2001 From: Michael Harrity Date: Sun, 5 Sep 2021 07:58:38 -0700 Subject: [PATCH] Updated Engine Docstring Updated the server_port arg in engine docstring to be a string. --- engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.py b/engine.py index 6fda11d..7eab106 100644 --- a/engine.py +++ b/engine.py @@ -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