Skip to content

Commit

Permalink
fix vid_cap_from_frm_args None error (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
simplaj authored Jul 8, 2024
1 parent bfebbde commit 1b6b522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __init__(self,
if vid_cap_from_vid_args is None:
vid_cap_from_vid_args = {}
if vid_cap_from_frm_args is None:
vid_tag_from_frm_args = {}
vid_cap_from_frm_args = {}
if vid_tag_from_aud_args is None:
vid_tag_from_aud_args = {}
if vid_tag_from_frm_args is None:
Expand Down

0 comments on commit 1b6b522

Please sign in to comment.