updated to portret recognize and moved app-config

This commit is contained in:
2025-05-11 20:07:55 +03:00
parent 1909b16ec5
commit b07f086beb
6 changed files with 19 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ player = vlc_instance.media_player_new()
# File paths
PLAYLIST_FILE = './static/resurse/playlist.json'
APP_CONFIG_FILE = './app_config.json'
APP_CONFIG_FILE = './static/app_config.json' # Moved to the static folder
RESOURCES_FOLDER = './static/resurse'
# Ensure the resources folder exists