Browse Source

Added type hint to main().

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

2
rcon/rconclt.py

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

Loading…
Cancel
Save