actually send rehash command
This commit is contained in:
parent
6a4cdabc93
commit
0bdce04306
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ _send("0 version 0")
|
||||||
|
|
||||||
if args.command == "log":
|
if args.command == "log":
|
||||||
_send("1 log %s" % args.level)
|
_send("1 log %s" % args.level)
|
||||||
|
elif args.command == "rehash":
|
||||||
|
_send("1 rehash")
|
||||||
|
|
||||||
read_buffer = b""
|
read_buffer = b""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue