From 010807a33a0f83f4ab12aad6e6def15f5a7261b3 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Sat, 9 Nov 2024 16:33:29 -0800 Subject: [PATCH] fix: wrong attribute name. --- fishsense_lite/commands/label_studio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishsense_lite/commands/label_studio.py b/fishsense_lite/commands/label_studio.py index a0e2557..92b024c 100644 --- a/fishsense_lite/commands/label_studio.py +++ b/fishsense_lite/commands/label_studio.py @@ -57,7 +57,7 @@ def execute_laser( class Data: def __init__(self, img: str): - self.img = img + self.__dict__["img-1"] = img class LaserValue: