Skip to content

Commit 8b3e545

Browse files
committed
listen command won't setup the recorder by itself
1 parent ffb38ce commit 8b3e545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recorder/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def listen(
172172
# TODO pass kwargs to listener. Or make subcommands for each listener
173173
):
174174
config = get_config(config_path)
175-
recorder = Recorder(config, output_folder)
175+
recorder = Recorder(config, output_folder, setup_name=False)
176176
listener = get_listener_class(listener_class)(recorder)
177177
listener.listen()
178178

0 commit comments

Comments
 (0)