Only set PTS

This commit is contained in:
2024-08-30 14:38:50 +01:00
parent 2afbde6c53
commit 57e3eed69e
10 changed files with 65 additions and 40 deletions

View File

@ -65,7 +65,7 @@ async fn main() -> anyhow::Result<()> {
settings.clone(),
)));
/*listeners.push(tokio::spawn(ingress::file::listen(
"/home/kieran/high_flight.mp4".parse().unwrap(),
"/home/kieran/waypoint_flight.mp4".parse().unwrap(),
builder.clone(),
)));*/
listeners.push(tokio::spawn(ingress::test::listen(builder.clone())));