Accidentally put comma in wrong spot

This commit is contained in:
Theelgirl 2021-02-26 07:52:46 -08:00
parent fe9473f9c8
commit e5d8455152
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