X-Git-Url: http://git.tomasm.cz/krypto.git/blobdiff_plain/66a11fcabadbad5848a373f47a20d54f0f5efaf6..d92ef5c7ae1e821960d375615454c5d171d7ba03:/robot.py diff --git a/robot.py b/robot.py index 79282fc..d5afd27 100755 --- a/robot.py +++ b/robot.py @@ -147,7 +147,7 @@ if mod_m: analyza.append("\nIndex koincidence (s mezerami):") analyza.append('{0:.2%}'.format( koincidence.index_koincidence(zprava, True))) -if mod_x and len(zprava) >= 10: +if mod_x and len(zprava) >= 30: #TODO tady by se spravne mela porovnavat delka ocesane zpravy analyza.append("\nIndexy koincidence (bez mezer):") analyza.append(koincidence.tabulka_indexu(zprava))