Skip to content

Commit

Permalink
Updated Engine Docstring
Browse files Browse the repository at this point in the history
Updated the server_port arg in engine docstring to be a string.
  • Loading branch information
Michael Harrity committed Sep 5, 2021
1 parent 00b2e0e commit b7bd667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, server_port,
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
Expand Down

0 comments on commit b7bd667

Please sign in to comment.