error fix load_global_sounds
This commit is contained in:
parent
d081477d63
commit
f6fba252e4
2
app.py
2
app.py
@ -240,7 +240,7 @@ def control_page():
|
|||||||
return redirect(url_for('index'))
|
return redirect(url_for('index'))
|
||||||
|
|
||||||
# Globale Sounds immer laden
|
# Globale Sounds immer laden
|
||||||
global_sounds = load_global_sounds()
|
global_sounds = load_default_sounds()
|
||||||
|
|
||||||
logger.info(f"Übergebe config an Template: {current_config}")
|
logger.info(f"Übergebe config an Template: {current_config}")
|
||||||
print("DEBUG: config hat channels?", 'channels' in current_config, len(current_config.get('channels', [])))
|
print("DEBUG: config hat channels?", 'channels' in current_config, len(current_config.get('channels', [])))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user