actually send rehash command

This commit is contained in:
jesopo 2019-10-11 15:58:35 +01:00
parent 6a4cdabc93
commit 0bdce04306

View file

@ -50,6 +50,8 @@ _send("0 version 0")
if args.command == "log":
_send("1 log %s" % args.level)
elif args.command == "rehash":
_send("1 rehash")
read_buffer = b""