1
0
mirror of synced 2024-05-28 22:48:05 +02:00

missing line fixed

copy&paste fail ¯\_(ツ)_/¯
This commit is contained in:
Sebastian Walz 2018-10-21 01:18:15 +02:00 committed by GitHub
parent d491e976a3
commit 01b0229a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: