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

Fix instantiation.

parent b89d5627
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ class ConnectionTester(AuraConfig): ...@@ -56,8 +56,8 @@ class ConnectionTester(AuraConfig):
# ------------------------------------------------------------------------------------------ # # ------------------------------------------------------------------------------------------ #
def test_lqs_conn(self): def test_lqs_conn(self):
try: try:
lsc = Engine(self.config) lsc = Engine()
lsc.mixer_status() lsc.player.mixer.mixer_status()
return True return True
except Exception as e: except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment