[ldap_crans] Le livret n'a que 18 cases sur le livret
darcs-hash:20100830111313-ffbb2-50a8cb3fa4f84137d477a3d39cd38c27b2af4d7d.gz
This commit is contained in:
parent
fdeafce74e
commit
db08250704
1 changed files with 1 additions and 1 deletions
|
@ -3127,7 +3127,7 @@ class MachineWifi(Machine):
|
||||||
if clef == True:
|
if clef == True:
|
||||||
# Génération
|
# Génération
|
||||||
clef = ''
|
clef = ''
|
||||||
for i in range(22):
|
for i in range(18):
|
||||||
clef += random.choice(filter(lambda x: x != 'l' and x != 'o', string.lowercase) +
|
clef += random.choice(filter(lambda x: x != 'l' and x != 'o', string.lowercase) +
|
||||||
filter(lambda x: x != '1' and x != '0', string.digits))
|
filter(lambda x: x != '1' and x != '0', string.digits))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue