merge
1 files changed, 0 insertions(+), 1 deletions(-) M infocalypse/chk.py
M infocalypse/chk.py +0 -1
@@ 56,7 56,6 @@ def chk_to_bytes(chk): assert chk.startswith(b'CHK@') # NO / or filename allowed. - print(chk.decode('utf-8'), len(chk)) # accept padding assert len(chk) == ENCODED_CHK_SIZE + chk.count(b'=') fields = chk[4:].split(b',')