mirror of
https://github.com/Kkevsterrr/geneva
synced 2024-12-26 11:25:11 +01:00
Updated Engine Docstring
Updated the server_port arg in engine docstring to be a string.
This commit is contained in:
parent
00b2e0e5be
commit
b7bd667ac7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user