From b8c751186a64f727867e62cc963c61d896a2db36 Mon Sep 17 00:00:00 2001 From: David Tippett <17506770+dtaivpp@users.noreply.github.com> Date: Wed, 7 Oct 2020 19:47:50 -0400 Subject: [PATCH] Updated function definition for save bits to file --- fvid/fvid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvid/fvid.py b/fvid/fvid.py index 93d0f1a..0748ddb 100644 --- a/fvid/fvid.py +++ b/fvid/fvid.py @@ -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)