From 01b0229a6c34fe94abe099b3df4ea1ec62731990 Mon Sep 17 00:00:00 2001 From: Sebastian Walz Date: Sun, 21 Oct 2018 01:18:15 +0200 Subject: [PATCH] missing line fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit copy&paste fail ¯\_(ツ)_/¯ --- protocol | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol b/protocol index 39b798b..8301678 100755 --- a/protocol +++ b/protocol @@ -188,6 +188,7 @@ class Protocol(): character in the middle. """ lines=["", ""] + chars="0123456789abcdef" if self.do_print_top_tens is True: for i in range(0, self.bits_per_line): if i%self.base_of_top_tens==0: