diff --git a/bricktracker/set_checkbox_list.py b/bricktracker/set_checkbox_list.py index 0f32240..6564e8d 100644 --- a/bricktracker/set_checkbox_list.py +++ b/bricktracker/set_checkbox_list.py @@ -58,7 +58,7 @@ class BrickSetCheckboxList(BrickRecordList[BrickSetCheckbox]): if id not in self.checkboxes: raise NotFoundException( 'Checkbox with ID {id} was not found in the database'.format( - id=self.fields.id, + id=id, ), )