Browse Source

PEP8 fix.

pull/2/head
Richard Neumann 4 years ago
parent
commit
1cf0ca68d3
  1. 1
      rcon/rconclt.py

1
rcon/rconclt.py

@ -66,6 +66,7 @@ def get_credentials(args: Namespace) -> Tuple[str, int, str]:
return (host, port, passwd)
def main():
"""Runs the RCON client."""

Loading…
Cancel
Save