Remove debug line
This commit is contained in:
parent
5c2d2164d5
commit
c15bd378e3
@ -1,5 +1,5 @@
|
||||
name: "Camera-RTC"
|
||||
version: "2022.7.011"
|
||||
version: "2022.7.012"
|
||||
slug: "camera-aiortc"
|
||||
description: "Camera stream with support for WebRTC."
|
||||
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc"
|
||||
|
||||
@ -9,7 +9,7 @@ if bashio::config.has_value 'webrtc_arguments'; then
|
||||
options+="$(bashio::config 'webrtc_arguments')"
|
||||
fi
|
||||
|
||||
bashio::log.info "Starting aiortc with arguments: '$options'"
|
||||
bashio::log.info "Starting aiortc..."
|
||||
|
||||
# Run aiortc
|
||||
exec python3 /aiortc/examples/webcam/webcam.py "${options[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user