aperture-data / aperturedb-python

ApertureDB Python Client
Other
7 stars 3 forks source link

Fix Images issues from Frames addition #526

Closed drewaogle closed 3 days ago

drewaogle commented 4 days ago

when I refactored Images I didn't check how I was referencing the FindCommand in the last pass and it was just looking for "Frame" or "Image" rather than "FindFrame" or "FindImage"

also the init for Frame was double passing responses.