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}")