Skip to content
Snippets Groups Projects
Commit 8f152443 authored by David Trattnig's avatar David Trattnig
Browse files

Fix var name. #43

parent 3e79bd94
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ class AuraMonitor:
if self.status["soundsystem"]["active"] \
and self.status["soundsystem"]["mixer"]["in_filesystem_0"] \
and self.status["redis"]["active"] \
and self.status["audio_store"]["exists"]:
and self.status["audio_source"]["exists"]:
self.status["engine"]["status"] = MonitorResponseCode.OK.value
is_valid = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment