Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelambert authored May 5, 2023
1 parent d24e1d5 commit 64400ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librc4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 !'
Expand Down Expand Up @@ -330,4 +330,4 @@ def tests():

if __name__ == "__main__":
from sys import exit
exit(tests())
exit(tests())

0 comments on commit 64400ab

Please sign in to comment.