moved lish related info print from bin/linspector to lish
This commit is contained in:
parent
1b5ddec576
commit
9fe9f85000
2 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,6 @@ def main():
|
||||||
jsonrpc.daemon = True
|
jsonrpc.daemon = True
|
||||||
jsonrpc.start()
|
jsonrpc.start()
|
||||||
|
|
||||||
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
|
||||||
|
|
||||||
LishFrontend(interface)
|
LishFrontend(interface)
|
||||||
|
|
||||||
logger.debug("shutting down scheduler")
|
logger.debug("shutting down scheduler")
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,8 @@ class LishFrontend(Frontend):
|
||||||
super(LishFrontend, self)
|
super(LishFrontend, self)
|
||||||
commander = LishCommander(linpsectorInterface)
|
commander = LishCommander(linpsectorInterface)
|
||||||
|
|
||||||
|
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
||||||
|
|
||||||
run = True
|
run = True
|
||||||
while run:
|
while run:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue