This commit is contained in:
Colin Goutte 2021-09-29 13:34:34 +02:00
parent fb26b5ac2b
commit 9265cae494
1 changed files with 1 additions and 0 deletions

View File

@ -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])