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.start()
|
||||
|
||||
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
||||
|
||||
LishFrontend(interface)
|
||||
|
||||
logger.debug("shutting down scheduler")
|
||||
|
|
|
|||
|
|
@ -48,6 +48,8 @@ class LishFrontend(Frontend):
|
|||
super(LishFrontend, self)
|
||||
commander = LishCommander(linpsectorInterface)
|
||||
|
||||
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
||||
|
||||
run = True
|
||||
while run:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue