This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
Added default zero entropy field in generated per-lang csv file
async_key_management
Edouard Tisserant
8 years ago
parent
3990848e9e
commit
bb0ed08903
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db/dic2csv.py
+ 1
- 1
db/dic2csv.py
View File
@ -51,4 +51,4 @@ elif len(_words) < 65536:
assert
len
(
_words
)
==
65536
,
"
lenght is {}
"
.
format
(
len
(
_words
)
)
for
i
,
w
in
enumerate
(
_words
)
:
print
(
"
{l},{i},{w}
"
.
format
(
l
=
args
.
lang
[
:
2
]
,
i
=
i
,
w
=
w
)
)
print
(
"
{l},{i},{w}
,0
"
.
format
(
l
=
args
.
lang
[
:
2
]
,
i
=
i
,
w
=
w
)
)
Write
Preview
Loading…
Cancel
Save