diff options
-rw-r--r-- | docs/5_Component_Documentation/7_pyagl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/5_Component_Documentation/7_pyagl.md b/docs/5_Component_Documentation/7_pyagl.md index b14bdc0..e86fefd 100644 --- a/docs/5_Component_Documentation/7_pyagl.md +++ b/docs/5_Component_Documentation/7_pyagl.md @@ -54,7 +54,7 @@ python3 audiomixer.py 192.168.234.34 --list_controls ``` or if you have installed PyAGL as python package ``` -python3 -m pyagl.services.audiomixer --list_controls +python3 -m pyagl.services.audiomixer 192.168.234.34 --list_controls ``` should produce the following or similar result depending on how many controls are exposed and which AGL version you are running: ``` |