diff --git a/gestion/whos.py b/gestion/whos.py index 692581f3..1a5f299b 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -258,7 +258,7 @@ def list_bornes(bornes) : # Données try : - l = b.info()[0] + l = [x for x in b.info() if not x[0]=='<'][0] if len(l) > 11 : l = l[0:11] except :