what happened

This commit is contained in:
bel
2022-04-12 20:32:52 -06:00
parent b842227eb8
commit 721a8e7e38

View File

@@ -26,7 +26,7 @@ def __init_keys__():
assert(_p.returncode == 0)
stdout = _p.stdout
result = []
for line in stdout.split("\n".encode()):
for line in stdout.split("\n".encode())[1:]:
if line:
words = line.split()
key = int(words[1])