From 0bdce04306685dc572e513e6dbff02326e065589 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 11 Oct 2019 15:58:35 +0100 Subject: [PATCH] actually send rehash command --- bitbotctl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbotctl b/bitbotctl index 31881999..c1630101 100755 --- a/bitbotctl +++ b/bitbotctl @@ -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""