From 1cf0ca68d312523220194c3cf5ed010bb1ad9df8 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Mon, 21 Dec 2020 02:55:58 +0100 Subject: [PATCH] PEP8 fix. --- rcon/rconclt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rcon/rconclt.py b/rcon/rconclt.py index 4c30fb1..60f5a75 100644 --- a/rcon/rconclt.py +++ b/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."""