diff --git a/14/14-2-sol-video-creator2.py b/14/14-2-sol-video-creator2.py index 173cbee..cf5cfe3 100644 --- a/14/14-2-sol-video-creator2.py +++ b/14/14-2-sol-video-creator2.py @@ -21,7 +21,6 @@ fps = 30 frame_size = (X_WIDE, Y_TALL) out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size) -cv2.Vi def parse_and_go(input_file:str, seconds) -> list[list[int]]: global Y_TALL, X_WIDE field = []