Skip to content

Commit b712797

Browse files
MicheleCarboneraMicheleCarbonera
authored andcommitted
Fix audioCRTL parse
1 parent eeb7e6c commit b712797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def run_server():
477477
audio.say(app.bot_config.get("sound_start"))
478478

479479
audioCtrl = AudioCtrl.get_instance()
480-
audioCtrl.setVolume(app.bot_config.get(int(request.form['audio_volume_level'])))
480+
audioCtrl.setVolume(int(app.bot_config.get['audio_volume_level']))
481481

482482
try:
483483
cam = Camera.get_instance()

0 commit comments

Comments
 (0)