From 2c9d6dc24eea452b2d27bf8d8dcf9200e8c3fb1d Mon Sep 17 00:00:00 2001 From: Eden Refael Date: Thu, 28 Nov 2024 11:21:33 +0200 Subject: [PATCH] orginized the content inside the amixer parser --- jc/parsers/amixer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/amixer.py b/jc/parsers/amixer.py index ae152df4..56390d00 100644 --- a/jc/parsers/amixer.py +++ b/jc/parsers/amixer.py @@ -203,4 +203,4 @@ if __name__ == '__main__': 'capture': output_data_sget_capture} for key, val in di.items(): print(f"[info] for key: {key}") - print(f"[info] the output is: {val}") \ No newline at end of file + print(f"[info] the output is: {val}")