Updated function definition for save bits to file

This commit is contained in:
David Tippett 2020-10-07 19:47:50 -04:00 committed by GitHub
parent 312bff2836
commit b8c751186a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def get_bits_from_video(video_filepath):
return bits
def save_bits_to_file(filepath, bits):
def save_bits_to_file(file_path, bits):
# get file extension
bitstring = Bits(bin=bits)