Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy committed Feb 10, 2024
1 parent 3e4e11d commit f83096b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexica/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def getImages(self : "Client",task_id:str,request_id:str) -> dict:
)
return resp

def ImageReverse(self : "Client", imageUrl: str,engine: str="goole") -> dict:
def ImageReverse(self : "Client", imageUrl: str,engine: str="google") -> dict:
"""
Reverse search an image
Example:
Expand Down Expand Up @@ -286,4 +286,4 @@ def AntiNsfw(self : "Client", imageUrl: str) -> dict:
method='POST',
params={"img_url": imageUrl}
)
return resp
return resp

0 comments on commit f83096b

Please sign in to comment.