better message when server is not running

when a client is started and the server is not running,
issue 'please use ".. start .."' message
This commit is contained in:
2021-04-09 10:15:32 +02:00
parent 9900af0e3f
commit 3748948b5d
3 changed files with 9 additions and 6 deletions

View File

@ -78,6 +78,7 @@ class SeaManager(ServiceManager):
except ServiceDown as e:
self.usage()
print(str(e))
return
except KeyError: # running on an other machine?
self.usage()
run_command('SeaClient %s' % ins)