add small comment in bitbotctl about the ctl proto
This commit is contained in:
parent
defe9045c3
commit
920456ea17
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ sock.connect("%s.sock" % args.database)
|
|||
def _send(s):
|
||||
sock.send(("%s\n" % s).encode("utf8"))
|
||||
|
||||
# protocol: <msgid> <command> [arg [arg ..]]
|
||||
_send("0 version 0")
|
||||
|
||||
if args.command == "log":
|
||||
|
|
Loading…
Reference in a new issue