1
0

Python entrypoint fix
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 10s

This commit is contained in:
2026-02-09 12:03:18 -05:00
parent 312c54c5bd
commit ad9c40cef5

View File

@@ -3,7 +3,7 @@ set -e
# Function to build the command based on environment variables # Function to build the command based on environment variables
build_command() { build_command() {
local cmd="python3 /app/update_channel_logos.py" local cmd="/usr/local/bin/python3 /app/update_channel_logos.py"
# Required parameters # Required parameters
cmd="$cmd --server \"$EMBY_SERVER_URL\"" cmd="$cmd --server \"$EMBY_SERVER_URL\""