Merge pull request #1982 from alexbelgium/create-pull-request/patch-1753696422

Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-07-28 12:43:53 +02:00
committed by GitHub
8 changed files with 10 additions and 10 deletions

View File

@@ -168,4 +168,3 @@ grep -rl "RECS_DIR" "$HOME" --exclude="*.php" | while read -r file; do
sed -i "/^\$RECS_DIR=/c \$RECS_DIR=/tmp" "$file"
done
mkdir -p /tmp

View File

@@ -3,13 +3,14 @@
import json
import logging
import os
import re
import sys
import os
import paho.mqtt.client as mqtt
import requests
utils_path = os.path.expanduser('~/BirdNET-Pi/scripts/utils')
utils_path = os.path.expanduser("~/BirdNET-Pi/scripts/utils")
sys.path.append(utils_path)
from helpers import get_settings

0
emby_beta/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
guacamole/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

View File

0
portainer/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
portainer/rootfs/etc/services.d/portainer/run Normal file → Executable file
View File