From 61549211126ff8abc347e9a100b120773dfc2d62 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 27 Nov 2024 23:31:41 +0100 Subject: fixed input_mode selection from config --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 6692d7e..ab4f59c 100644 --- a/__main__.py +++ b/__main__.py @@ -49,7 +49,7 @@ def main(): "process": TextSlotList.from_strings(processes) } - input_handler = PipeWireRecord() if config.input_handler == Config.INPUT_PW else StdinInput() + input_handler = PipeWireRecord() if config.input_mode == Config.INPUT_PW else StdinInput() try: # TODO select input type from config -- cgit v1.2.3-70-g09d2