Skip to content

Commit

Permalink
Update enhance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanjiroop authored Aug 17, 2024
1 parent 535008a commit fd3af11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/helpers/enhance.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def enhance_photo(client: Client, message: Message):
image_data = BytesIO(response.content)

# api url
api = requests.post("https://horrid-api.onrender.com/enhance", files={"image": image_data})
api = requests.post("https://horrid-api-yihb.onrender.com/enhance", files={"image": image_data})

bio = BytesIO(api.content)

Expand Down

0 comments on commit fd3af11

Please sign in to comment.