diff --git a/rcon/console.py b/rcon/console.py index 5305174..14b013d 100644 --- a/rcon/console.py +++ b/rcon/console.py @@ -131,7 +131,11 @@ def process_input(client: BaseClient, passwd: str, prompt: str) -> bool: def rconcmd( - client_cls: Type[BaseClient], host: str, port: int, passwd: str, *, + client_cls: Type[BaseClient], + host: str, + port: int, + passwd: str, + *, prompt: str = PROMPT ): """Initialize the console."""