what happened
parent
b842227eb8
commit
721a8e7e38
|
|
@ -26,7 +26,7 @@ def __init_keys__():
|
||||||
assert(_p.returncode == 0)
|
assert(_p.returncode == 0)
|
||||||
stdout = _p.stdout
|
stdout = _p.stdout
|
||||||
result = []
|
result = []
|
||||||
for line in stdout.split("\n".encode()):
|
for line in stdout.split("\n".encode())[1:]:
|
||||||
if line:
|
if line:
|
||||||
words = line.split()
|
words = line.split()
|
||||||
key = int(words[1])
|
key = int(words[1])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue