fix issue with seadesc
frappy run main seadesc did no longer work. fix this
This commit is contained in:
parent
ff2fcf7651
commit
82c1081b69
@ -182,7 +182,7 @@ class SeaClient(ProxyClient, Module):
|
||||
assert self.syncio.readline() == b'OK'
|
||||
self.syncio.writeline(b'seauser seaser')
|
||||
assert self.syncio.readline() == b'Login OK'
|
||||
|
||||
if self.service and self.config:
|
||||
result = self.raw_request('frappy_config %s %s' % (self.service, self.config))
|
||||
if result.startswith('ERROR:'):
|
||||
raise CommunicationFailedError(f'reply from frappy_config: {result}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user