Skip to content

Commit

Permalink
fix: img not img-1 for target
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 10, 2024
1 parent d0f4ce1 commit d033dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishsense_lite/commands/label_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class Data:
def __init__(self, img: str):
self.__dict__["img-1"] = img
self.img = img


class LaserValue:
Expand Down

0 comments on commit d033dca

Please sign in to comment.