Skip to content

Commit

Permalink
hls replaces showcues
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 25, 2024
1 parent b15fbe3 commit d19c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/threefive
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ threefive command line SCTE35 decoder.
import sys
from new_reader import reader
from threefive import Cue, Stream, print2, decode, version
from threefive.hls import cli as hlscli
from threefive.sixfix import sixfix
from threefive.superkabuki import SuperKabuki
from threefive.showcues import cli as hlscli
from sideways import cli as sidecli

REV = "\033[7;1m"
Expand Down

0 comments on commit d19c9f8

Please sign in to comment.