missing line fixed
copy&paste fail ¯\_(ツ)_/¯
This commit is contained in:
parent
d491e976a3
commit
01b0229a6c
1
protocol
1
protocol
@ -188,6 +188,7 @@ class Protocol():
|
|||||||
character in the middle.
|
character in the middle.
|
||||||
"""
|
"""
|
||||||
lines=["", ""]
|
lines=["", ""]
|
||||||
|
chars="0123456789abcdef"
|
||||||
if self.do_print_top_tens is True:
|
if self.do_print_top_tens is True:
|
||||||
for i in range(0, self.bits_per_line):
|
for i in range(0, self.bits_per_line):
|
||||||
if i%self.base_of_top_tens==0:
|
if i%self.base_of_top_tens==0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user