updated to portret recognize and moved app-config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user