diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index aae832f6..bc913dbb 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1306,7 +1306,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 100 0 ' % ', '.join(machine.nvram()) + arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram()).replace('"', '\\"') # Affichage annul, result = dialog(arg)