Skip to content

Commit

Permalink
fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Sep 20, 2024
1 parent 2b0c6c2 commit e808b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-bindings/examples/python-cptv-decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

start = time.time()
cptv_reader = cptv_rs_python_bindings.CptvReader(
"/home/gp/cacophony/classifier-data/testclip.cptv"
"../../cptv-codec-rs/tests/fixtures/20201221-748923.cptv"
)

reader = cptv_reader.get_header()
Expand Down

0 comments on commit e808b73

Please sign in to comment.