Skip to content

Commit 502b87c

Browse files
committed
debug
1 parent a39dc2a commit 502b87c

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
@@ -214,7 +214,7 @@ def test(
214214
config = Config({device_class: {device_id: device}})
215215
recorder = Recorder(config, output_folder)
216216
output_folder = recorder(seconds=5)
217-
device_class.show_results(output_folder)
217+
DEVICE_CLASSES[device_class].show_results(output_folder)
218218

219219

220220
def main():

0 commit comments

Comments
 (0)