Skip to content

Commit 64400ab

Browse files
Uncomment test
1 parent d24e1d5 commit 64400ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

librc4.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def tests():
211211
analyzer = DataAnalysis(data)
212212
analyze = list(analyzer.keys_frequences())
213213
analyzer.statistictypes_printer(analyze)
214-
# analyzer.statistictypes_chart(analyze)
214+
analyzer.statistictypes_chart(analyze)
215215

216216
from binascii import hexlify
217217
key = b'This is my secret key !'
@@ -330,4 +330,4 @@ def tests():
330330

331331
if __name__ == "__main__":
332332
from sys import exit
333-
exit(tests())
333+
exit(tests())

0 commit comments

Comments
 (0)