what happened
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user