what happened
parent
b842227eb8
commit
721a8e7e38
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue