diff --git a/graphql_vuestorefront/controllers/main.py b/graphql_vuestorefront/controllers/main.py index 0ffb310..ac3bd95 100644 --- a/graphql_vuestorefront/controllers/main.py +++ b/graphql_vuestorefront/controllers/main.py @@ -40,7 +40,7 @@ class VSFBinary(Binary): auth="public") def content_image(self, xmlid=None, model='ir.attachment', id=None, field='datas', filename_field='name', unique=None, filename=None, mimetype=None, - download=None, width=0, height=0, crop=False, access_token=None, + download=False, width=0, height=0, crop=False, access_token=None, **kwargs): """ Validate width and height """ try: