Fix type
This commit is contained in:
parent
fb26b5ac2b
commit
9265cae494
|
@ -119,6 +119,7 @@ def get_rapport(idsonde):
|
|||
except IndexError:
|
||||
return
|
||||
else:
|
||||
last = last.content
|
||||
last = utils.prepare(last)
|
||||
for name, data in sorted(
|
||||
last["channels"].items(), key=lambda text: float(text[0].split("#")[0])
|
||||
|
|
Loading…
Reference in New Issue