diff --git a/gestion/whos.py b/gestion/whos.py index 5f7ac1fc..c60d430a 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -489,7 +489,11 @@ def machine_details(machine) : f += coul(u'Ports UDP ouvert ext->machine : ','gras') + machine.portUDPin() + '\n' if machine.portUDPout() : f += coul(u'Ports UDP ouvert machine->ext : ','gras') + machine.portUDPout() + '\n' - + + # Exemption d'upload + if machine.exempt() : + f += coul(u'Upload exempté vers : ','gras') + ', '.join(machine.exempt()) + '\n' + f += _blacklist(machine) f += _info(machine) f += _hist(machine)