diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index d970e563..bf8904e6 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1173,7 +1173,7 @@ def set_wifi(machine): arg += u'"Position E :" 3 29 "%s" 3 42 12 0 ' % "" arg += u'"Hotspot :" 4 1 "%s" 4 10 5 0 ' % (machine.hotspot() and 'oui' or 'non') - arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 50 0 ' % ', '.join(machine.nvram()) + arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram()) # Affichage annul, result = dialog(arg)