just some print output foo

This commit is contained in:
Johannes Findeisen 2013-10-29 04:10:13 +01:00
commit 20ab0809ff

View file

@ -149,7 +149,9 @@ def main():
jsonrpc.daemon = True
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)