From 75247f2da857035a1406d116e9dba4590a0b5dab Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 4 Nov 2023 14:39:30 +0100 Subject: [PATCH] modified: srcdev/run.sh --- srcdev/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcdev/run.sh b/srcdev/run.sh index 6a4f857..a85830e 100644 --- a/srcdev/run.sh +++ b/srcdev/run.sh @@ -2,7 +2,7 @@ export USERNAME=$(bashio::config 'energa_username') export PASSWORD=$(bashio::config 'energa_password') -export LOGLEVEL=$(bashio::config 'log_level') +export LOG_LEVEL=$(bashio::config 'log_level') bashio::log.info "Uruchamiam API" python run.py