We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24e1d5 commit 64400abCopy full SHA for 64400ab
librc4.py
@@ -211,7 +211,7 @@ def tests():
211
analyzer = DataAnalysis(data)
212
analyze = list(analyzer.keys_frequences())
213
analyzer.statistictypes_printer(analyze)
214
- # analyzer.statistictypes_chart(analyze)
+ analyzer.statistictypes_chart(analyze)
215
216
from binascii import hexlify
217
key = b'This is my secret key !'
@@ -330,4 +330,4 @@ def tests():
330
331
if __name__ == "__main__":
332
from sys import exit
333
- exit(tests())
+ exit(tests())
0 commit comments