Browse Source

Refactor argument list indentation

pull/14/head
Richard Neumann 3 years ago
parent
commit
fcb65d92cb
  1. 6
      rcon/console.py

6
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."""

Loading…
Cancel
Save