Accidentally put comma in wrong spot

This commit is contained in:
Theelgirl 2021-02-26 07:52:46 -08:00
parent a38fa04396
commit c6263c55b4
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def encode_zfec(bit_array: BitArray) -> BitArray:
return BitArray(bytes=ecc_bytes.encode('utf-8'))
def get_bits_from_file(
filepath: str, key: bytes, zfec: bool,
filepath: str, key: bytes, zfec: bool
) -> BitArray:
"""
Get/read bits fom file, encrypt data, and zip