mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-22 01:20:59 -05:00
Fixed pep8
This commit is contained in:
parent
e51a501544
commit
4664ead9e7
@ -52,9 +52,9 @@ class RPCClient:
|
|||||||
LOG.debug(f"RPC Client: {self.ip}:{self.port} {self.magic_word}")
|
LOG.debug(f"RPC Client: {self.ip}:{self.port} {self.magic_word}")
|
||||||
|
|
||||||
def _rpyc_connect(
|
def _rpyc_connect(
|
||||||
self, host, port, service=rpyc.VoidService,
|
self, host, port, service=rpyc.VoidService,
|
||||||
config={}, ipv6=False,
|
config={}, ipv6=False,
|
||||||
keepalive=False, authorizer=None, ):
|
keepalive=False, authorizer=None, ):
|
||||||
|
|
||||||
LOG.info(f"Connecting to RPC host '{host}:{port}'")
|
LOG.info(f"Connecting to RPC host '{host}:{port}'")
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user