mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-02 04:50:23 +00:00
Fix var name typo
This commit is contained in:
parent
a668df1c37
commit
c4fc09c688
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def img_to_fobj(img, format, **kwargs):
|
|||
|
||||
def get_spec_files(instance):
|
||||
try:
|
||||
return obj._ik.spec_files
|
||||
return instance._ik.spec_files
|
||||
except AttributeError:
|
||||
return []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue