Browse Source

Fix typo

pull/14/head
Richard Neumann 3 years ago
parent
commit
789b0fddad
  1. 2
      rcon/console.py

2
rcon/console.py

@ -92,7 +92,7 @@ def login(client: BaseClient, passwd: str) -> str:
def process_input(client: BaseClient, passwd: str, prompt: str) -> bool:
"""Processe the CLI input."""
"""Process the CLI input."""
try:
command = input(prompt)

Loading…
Cancel
Save