fix common

This commit is contained in:
ivan deng
2021-06-14 18:02:56 +08:00
parent 852204b326
commit 42d4deb469
5 changed files with 66 additions and 8 deletions

View File

@@ -48,5 +48,5 @@ class Base(models.AbstractModel):
@api.model
def get_image_from_url(self, url):
res = imgc.ImageController.get_image_from_url(url)
res = imgc.AppController.get_image_from_url(url)
return res