Fixed pep8

This commit is contained in:
Hemna 2023-07-23 19:34:02 -04:00
parent e51a501544
commit 4664ead9e7
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ class RPCClient:
LOG.debug(f"RPC Client: {self.ip}:{self.port} {self.magic_word}")
def _rpyc_connect(
self, host, port, service=rpyc.VoidService,
config={}, ipv6=False,
keepalive=False, authorizer=None, ):
self, host, port, service=rpyc.VoidService,
config={}, ipv6=False,
keepalive=False, authorizer=None, ):
LOG.info(f"Connecting to RPC host '{host}:{port}'")
try: