just some print output foo
This commit is contained in:
parent
ab353eac59
commit
20ab0809ff
1 changed files with 3 additions and 1 deletions
|
|
@ -149,7 +149,9 @@ def main():
|
||||||
jsonrpc.daemon = True
|
jsonrpc.daemon = True
|
||||||
jsonrpc.start()
|
jsonrpc.start()
|
||||||
|
|
||||||
print("Ready! Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
print("Ready!")
|
||||||
|
|
||||||
|
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
||||||
|
|
||||||
LishFrontend(interface)
|
LishFrontend(interface)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue