From 64400ab20ea11942990c0666c9afcc7260450bbb Mon Sep 17 00:00:00 2001 From: mauricelambert <50479118+mauricelambert@users.noreply.github.com> Date: Fri, 5 May 2023 10:50:30 +0000 Subject: [PATCH] Uncomment test --- librc4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librc4.py b/librc4.py index 1b9abd9..50f52f7 100644 --- a/librc4.py +++ b/librc4.py @@ -211,7 +211,7 @@ def tests(): analyzer = DataAnalysis(data) analyze = list(analyzer.keys_frequences()) analyzer.statistictypes_printer(analyze) - # analyzer.statistictypes_chart(analyze) + analyzer.statistictypes_chart(analyze) from binascii import hexlify key = b'This is my secret key !' @@ -330,4 +330,4 @@ def tests(): if __name__ == "__main__": from sys import exit - exit(tests()) \ No newline at end of file + exit(tests())